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


ADVERTISEMENT

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

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 :: 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

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

Submit Form Without Open Page?

Feb 7, 2010

How can I submit form without open the page or submit to certain page without open it then open another page I have design web site and I want to submit some info to other website that not belong to my websiteI don�t know the code of that website but I know what data it will take so I want to submit this data without let the user see this website

View 1 Replies View Related

JQuery :: Windows.open An Another Page Or A Form In Popup

Nov 12, 2010

I want to know if I can open an another page or a form in popup using jquery?

View 1 Replies View Related

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 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

Problem With Html Page Using Cached Page In Window.open(url) Call

Jul 20, 2005

I have an html page that uses javascript to open a new window and
display a file that gets created when a button is pressed.

My problem is when the file is changed and the display button is
pressed, the old file is still displaying. I have tried using

<META HTTP-EQUIV=expires CONTENT=0><META HTTP-EQUIV=PRAGMA CONTENT=NO-CACHE>, but doesn't work 100% of the time.

View 1 Replies View Related

JQuery :: Ensure Links In A Page(a Page From Any Possible Website) To Open In A New Tab?

Jan 8, 2012

I want to develop a multi-tab browser plugin, which requires all links in a page could open in new tabs within this multi-tab browser plugin. It's very similar to Multi-Tab functions of Firefox/IE, when opening a page in one tab, then any links in that Tab will open in another new tab(after setup from pref), i want to know this principle(how to implement this). I am thinking try this:$('a').click(...), while i am not sure whether it's good/enough.

View 5 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

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

Form Fields In IFrame Page - Parent Page Get The Form Data Entered?

Oct 14, 2011

I have form input fields but it is being called through iFrame by the page. But how do I get or pass the data entered into the parent page.

[Code]...

View 1 Replies View Related

Bookmarklet Parse URL - Take The Current URL Of The Page And Open A New Window With A URL Based On The Current Page?

Mar 16, 2009

I'm trying to create two bookmarklets:

1. Take the current URL of the page and open a new window with a URL based on the current page. Some examples (I use "->" to mean "this URL turns into that URL"):I plan to use these bookmarklets in sequence, first pressing 1 to log into the CMS, then pressing 2 to edit the current page.

View 5 Replies View Related

List Menu Open Into Blank Window

Apr 27, 2010

I have this list menu that needs to pop open a blank window in front of the already open webpage. It also needs to work in IE and hopefully Firefox if possible.[code]

View 1 Replies View Related

Passing Form Input Data From One Page To Another Without Control Of The Receiving Page

Jul 31, 2009

I've been searching for a few hours and haven't been able to find a code snippet to see if this is available. I'm attempting to pass text from my website to another website that has a form setup on it. I'd like to fill in the pertinent data for my users on the page that I load for them. I cannot make any changes to the receiving page as it is run by another company. I've pasted some of the code that is available on the receiving form.

<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form1'];
if (!theForm) {

[Code]....

View 5 Replies View Related

Ajax :: Redirect To Thankyou Page / Errors On Form Page

Jun 27, 2011

Goal 1: display errors above the form on same page

Goal 2: direct users to a new thankyou page when form is submitted.

The form uses ajax. I am able to get it to work with the error messages displaying correctly but as is, the thankyou message also displays in the same spot and the form is left filled out. I need it to direct to a new page I designed for the purpose.

View 1 Replies View Related

Open URL In A Box - Open An External Page ?

Mar 5, 2009

I need a script that can open an external page, or some type of content, in a box. This is kind of hard to explain, but here's what I mean, go to facepunch . com (I'm not a spambot dammit) and click on that litte face at the top.

View 1 Replies View Related

Open In New Window - Insert The Target="blank Tag But Can Not Seem To Get It To Work

Jan 21, 2010

I have a domain name registration field that links to a reseller storefront and then searches for that domain name. I would like the storefront to open in a new window, instead of the parent window. I have tried to insert the target="blank tag but can not seem to get it to work. Is there another way to make that window open? You can see the page and field here: [URL] The field is on the left side, just below the center of the page.

View 6 Replies View Related

Post Form Results To New Page And Iframe In New Page

Jul 23, 2005

I have a form that I submit to an asp page. The asp page contains an iframe that needs to receive the form results too. How can I submit the form to both the asp page and the iframe at the same time?

View 1 Replies View Related

Passing Form Elements From Page To Page

Jul 23, 2005

My code works but because I'm using VBscript within JavaScript I get an error
message...the yellow tri-angle with an "!" mark.

---------------within my body-------------
<script language="JavaScript">document.write(formatCurrency(<%=Request.Form
("total")%>))</script>
------------------------------------------

My script takes the form element "total" from the previous page and sends it
to a function for formatting. Problem is...JavaScrip just doesn't like
VBscript. How do I get the form element using JavaScript?

View 3 Replies View Related







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