JQuery :: Getting Blank Page When Using Php?

Jun 16, 2011

I'm building my portfolio website. I'm an illustrator and graphic designer (for printing). My website uses html and css. I introduce a jquery plugin to create a slide show with my work. Until then, everything was working well. The problem appears when I introduce php to my code in order not to repeat the navigation bar all the time. With php and the jquery together I get a blank page in my browser.

This link shows the blank page I'm getting using php and jquery together. [URL]

This is an example of the site without the jquery. [URL]

Could someone please help me with this thanks.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

[Code].....

Those <li> tags Im using is to numbered the images. It might not be a good practice but it works.

View 10 Replies


ADVERTISEMENT

JQuery :: Part Page Refresh - Load Page It Does Nothing Only Blank Page

Feb 1, 2011

[Code]...

when i load page it does nothing only blank page, may have code in wrong place but not sure so can someone show me a working example so i can find out what i'm doing wrong also i would like the part of page to refresh evey 120 seconds is this possibe with jquery?

View 7 Replies View Related

JQuery :: Ajax - Page Refreshes To A Blank White Page?

Aug 31, 2009

Im doing an Ajax call which calls a Java struts 2 action. This action basically just does a DB update. There is no data being returned to the client. The page refreshes to a blank white page. I dont want his to happen. I want a pop up box on my page. The ajax call happens when i press a save button. Here is the jquery code:

[Code]...

Im a Jquery newbie. As far as I can gather JQuery is expecting data back. It gets nothing back (which is what I want). But Jquery does a refresh with this. Hence why my page goes to a blank white page. I think this is what is happening

I was thinking of putting in my dummy div and loading the blank/empty no html into the dummy div but there has to be a way to stop the white page showing up. I dont get pop up boxes either as shown in code above:

View 2 Replies View Related

JQuery :: Causing Blank Page In ASP .NET Master Page Environment

Jul 20, 2010

I have a page that's built using ASP.NET and using a master page.Page contents shows up for a moment then I get a blank page - when I run it. If I remove the jQuery code from my page - then I get the contents.

I tried putting the following in the master page.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" >
</script>

View 2 Replies View Related

JQuery :: Form.submit() Submits To Blank Page

Feb 15, 2010

var checkStock = function(){

As you can see it retrieves data with json so it makes an invoice. If the items that er in stock are smaller then the items that are ordered the paga can not be send. This part works BUT if everthing is ok and we get to our submit, it submits but goes to a white/blank page ?

I tried everything i could think of, no luck, even in the IRC no luck.

Live example: [url]

View 10 Replies View Related

Link To Page Using Target Blank & Linking Page's Window Location?

Feb 16, 2011

Basically, I have a link that should open the targeted link in a blank page, and upon the link being clicked, the original page's URL should be changed. The reason for this is that the user has to browse information on another website, and then pass the information on to me via a contact form, so rather than make them click back on my tab in the browser, and then find the "Contact" page link to fill in the form, I thought it would a good feature to simply go ahead and load the "Contact" page upon them clicking the link to the external page (which of course loads in a new tab). Here is the code I have in place:

Code JavaScript:
<a href="http://www.othersite.com/" target="_blank" onclick="window.location.href='http://www.mysite.com/contactus.php';">Other Site</a>

This all works fine on my computer, regardless of the browser that I use. One of my partners on this project called me this morning and said that the link was taking him directly to the "Contact" page without opening the "Other Site." This is strange because after I put this in place, I showed it to him and it worked fine. Now, a few days later, and it does not work. He said that he cleared his browser cache, history, cookies, etc. and the problem did not go away. He uses IE8. After he told me it was no longer working, I went to test it myself, and it works fine for me no matter which browser I use (IE8 or 9, Firefox 3 or 4 Beta).

why this might have worked one day and not the next? Is it simply a problem on his computer, or could it be an issue where based on what type of browser you are using, this won't work. Also, I know this is the JavaScript forum, but is there a way to do this in PHP without using the JavaScript onclick event? Obviously, I can't use the header() function since this functionality needs to be present on a link within text of a page.

View 2 Replies View Related

When Open Page Just Get A Blank Page With Nothing ... Not Even The Form?

Mar 9, 2009

what the code is supposed to do is show my form and update the pb field... the thing is when i open my page i just get a blank page with nothing ... not even the form..

pbupdate.php
<link rel="stylesheet" type="text/css" href="http://www.runningprofiles.com/css/login.css"><?php

[code]....

View 3 Replies View Related

(swf + Js) + (IE5Mac - Js) = Blank Page!?!

Apr 1, 2003

I'm using an swf on a page that contains javascript function calls that relate to an external js file linked to the swf's parent html document.

Still with me?
Ok.

The idea is that when javascript is enabled all the extras work, and when it is not enabled, they don't (though the page still displays the initial content).

This behaves as intended in Camino with javascript both on and off.
This also works fine in IE5Mac when javascript is on.

Problem is, when javascript is off in IE5Mac, the first instance of javascript in the swf causes the entire browser window to go blank (no html content, no back button, no reload. Nada).

I've tried conditionalising the function ( if (document.geElementById) ) both in the function declaration itself and the function calls within the swf, but the problem still occurs.
Fwiw, the function calls within the swf relate to a function that alters html text using the innerHTML branch of the DOM.

Is this a documented bug with IE5 (Mac?) or is there some way round this that simply gets IE5Mac to ignore the function calls coming from the swf when javascript is disabled?
Alternatively, is there some way of getting the swf itself to ignore any javascripts contained insied if the browser is not javascript-enabled?

View 1 Replies View Related

Function PdfWindow Opening Blank Page?

Jun 18, 2010

This used to work and suddenly it does not work in IE.

Here's the function

Code:
function pdfWindow(loc)
{
if(loc == "#RefQuide") {
location.href = loc;

[Code].....

View 2 Replies View Related

Hyperlink Not Present - No Link Specified It Will Open A Blank Page

Nov 8, 2011

In my .js file i am having one variable image2.

Here as there is no link specified it will open a blank page. guys can u please tell me how can i write a condition so that if my href is blank then it will not open any page. the click should not work or else it should load the same page.

View 1 Replies View Related

Location.href Ignores Assignment And Loads A Blank Page

Jul 20, 2005

I have a webpage(with a text field and a button) which prompts for a
local file and attempts to load the file in the window if the user
clicks on the button. The javascript code onClick event uses the
location.href property to achieve the desired result. (This loaded
page has some additional functionality which lets them upload the
contents to the server.)

This approach only seem to work for some computers and on others it is
loading a blank page. I have alerts in the code to show that
location.href is correctly reflecting the file location after the
assignment. When it is loading the blank page I see the message
"Opening page about:blank" on the status bar. Iam currently using IE6
sp1 on Win2k. This issue is not just limited to this combination. We
are experiencing issues with IE5.5, WinXP as well.

The code works if I pass a web site address. It only fails if I
attempt to pass a file name(c: est.htm)

Any thoughts on why the blank page is being loaded or how can I go
about resolving this issue.

View 2 Replies View Related

Internet Explorer Shows Blank Page Of Website Im Working On?

Jan 20, 2011

internet explorer shows blank page of my website im working on the website works fine on firefox but in internet explorer all im seeing is a blank page.....here is the link of the website also in local computer its not working why???

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

[code].....

View 1 Replies View Related

MooTools SlideShow - Find Some Extra Blank Space In The Page After The Copyrights Link

Feb 18, 2010

just look at the scroll bar in your internet browser when the picture slide working you will find the scroll getting extended - the page must be ended by the copyrights down of the page and after the slide you will find some extra blank space in the page after the copyrights link.

View 1 Replies View Related

JQuery :: Alert Is Blank / Why Won't This Work?

Aug 20, 2010

[code]...

The alert is blank. test.php definitely returns something.

View 1 Replies View Related

JQuery :: Blank Space To The Right Of My Site?

Aug 26, 2011

I'm working on this site [URL] and suddenly there is a blank space to the right of the site. As far as CSS is concerned it is not there. I am posting here because I was experimenting with jQuery at the time (I know almost nothing about it). However, I have removed all the jquery code from my files and it has made no difference. IE is giving me a 'console' undefined error.

View 3 Replies View Related

JQuery :: Blank Screen When Updating Mobile Version

Aug 4, 2011

This error in firebug: jQuery.event.special.orientationchange.orientation is not a function. Page just loads as blank screen? Only when trying to upgrade to higher than 1.0a4.1.min.js. If I revert to earlier version then all is fine?

View 1 Replies View Related

JQuery :: Count Select Elements, But Only Where The Options Value Is Not Blank?

May 28, 2010

I have a long form in a tabbed interface, where I want to count the non blank fields on each tab (the form fields are text and checkbox inputs and multi & single select fields). The counting function is as follows:

// Input argument is a tab object
function
countFieldsOnTab(obj){
var counttext = obj.find('input:text[value!=""]').length;

[Code].....

The counts of text, checkbox and multi-select fields works, but the single select count doesn't return what I want. The default option in single selects is a default where the value is blank "<option value="">-- make a selection -- </option>. These will be found as selected options.

How do I count only those options have have a non-blank selection?

View 3 Replies View Related

JQuery :: Validate : Require A Blank Text Field?

Oct 26, 2010

I'm trying to set up a form that has a text field that is required to be blank - I'm dealing with form spam, and the bots are stuffing every text field with random crap. So, I have a text box that is required to be blank. But I can't get jquery.validate to understand both required and blank.the text input is has a name and id of live_check.I have added this method:

$.validator.addMethod("equalToParam", function(value, element, param) {return value == param;});

and then my rules look like this:

rules: {
first_name: "required",
last_name: "required",[code]...

But validate flags the empty text box as invalid (because it's required?)

View 3 Replies View Related

Jquery :: Ajax Validation - How To Blank Out Field In Form

Feb 28, 2011

I have a scenario where I have the following jquery
Code:
$("#frompdc<?php echo $JavaCnt;?>").change(function(){
var id = $('#id<?php echo $JavaCnt;?>').attr('value');
var frompdc = $('#frompdc<?php echo $JavaCnt;?>').attr('value');
var topdc = $('#topdc<?php echo $JavaCnt;?>').attr('value');
$.ajax({
type: "POST",
url: "AJ_Update.php",
data: "firm=y&id="+ id + "&frompdc=" + frompdc&topdc=" + topdc
});

And some php to insert this data
Code:
mysql_query("UPDATE TBLTRANSFERS SET FROMPDC = ".$_POST['frompdc'].", MOD_TS = '". $timenow ."' WHERE ID = ".$_POST['id']);

I'm trying to throw some validation in here which I can do in php (a language that I'm much more proficient in) but can't figure out how to get the two together. I want to be able to do a select against another table I have for both the frompdc and the topdc.
Code:
$tofpdcresult = mysql_query("SELECT * FROM tbltransferspdcexclusions where FROMPDC = '".$frompdc."' AND TOPDC = '".$topdc."'");
$tofpdcnum_rows = mysql_num_rows($tofpdcresult);
And if it exists I want to give a popup message to the user as well as blank out the field.

I'm struggling with two things:
How do I get ajax to run two queries and return the results to a popup window?
How do I blank out the field in the form?

View 12 Replies View Related

JQuery :: Validation - Not Requiered, But If (not Blank || Not Default Value ) {check Condition}?

Aug 20, 2010

$('#enquiry').validate({
rules: {
Email: {

[code]....

View 3 Replies View Related

JQuery :: Using .ajax To Call Web Service - Data Variable Comes Back As Blank

Mar 14, 2011

I have a web service that returns an array.

Code is below: Data variable comes back as blank. I was wonder is that because the method returns an object or am I doing something wrong on my end.

$.ajax({

View 7 Replies View Related

Blank Statusbar

Jul 25, 2004

I have a frame_structure.html divided into column-frames(frame_menu.html and frame_content.html). When user click on menu links, I want the statusbar not to display the link.

I know how to do inline onMouseOver (... true;"...); with each href in frame_menu.html. But I want to write just one time using <script>. I've tried in frame_menu.html

<header><title></title>
<script language="JavaScript">
window.statusbar.visible = "false";
</script>
</header>
<body>
<a href="1.html" target="content">1.html</a>

</body></html>

View 3 Replies View Related

Blank Screen

Apr 5, 2002

There must be an apostrophe or some other little javascript nuisance that I'm still including in this script, but whenever I try it out, nothing shows..it is supposed to randomly display some text and a link Code:

View 2 Replies View Related

NaN Returned When Field Is Blank?

Feb 19, 2009

The following code is my form, if one of the fields is left blank (and there will usually be one left blank) the calculation returns NaN and will not perform the task needed. I initially had the form set to calculate in metric kilometers and liters, when I converted the math portion to miles and gallons it started doing this.This is the line giving me the problems:

var cars_emissions=(((mileage1/efficiency1)*0.3732417216/1000)+((mileage2/efficiency2)*0.3732417216/1000)+((mileage3/efficiency3)*0.3732417216/1000));
The original was:

[code]....

View 4 Replies View Related

Create New Blank Xml Object?

May 11, 2010

I know I can use the functions like parseFromString() to access and modify an existing XML documents, but is it possible to use JavaScript to create a blank xml document?

I want to take data entered into the client, package it up as XML and use ajax to transmit it to the server. So far I've written my own class to create a simple xml document, but I'd like to do it properly with the inbuilt functions.

View 8 Replies View Related

Blank Field Validation Ignored By FF And IE?

Mar 11, 2011

I have a three field contact form on an HTML5 page. Using CSS3/HTML5 techniques, the fields change state as the info is entered properly (green OK symbol if good, red "!" if not, etc). That all works as expected in all browsers.

My final hurdle is preventing the form being submitted with nothing entered in the fields. I have done hours of research and have tried several ways of writing the checkFeedbackForm function. My problem is that none of the solutions I've found are recognized by FireFox (mac and pc) and IE. They just ignore the javascript and allow the empty form to be emailed.

[Code]..

View 13 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved