JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 7th, 2013, 05:23 AM
BrightYellow BrightYellow is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2013
Posts: 2 BrightYellow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 35 m 9 sec
Reputation Power: 0
After Document.location cannot find the form

My current javascript function is throwing me JS error.

I used "document.location=document.location;" to refresh/reload my page with the changes made by viewer. This is all working in IE and Sarfari. However, I have error in Firefox, it seems to unload the form on the page, and claim the form doesn't exist. See error message below:-


"A JavaScript exception was caught during execution of HyperEvent:
TypeError: form is undefined
.....
.... (details of the form it try to submit) ...."


My script is something like this:-

Code:
functin A {
form_save();
document.location=document.location;
}

function B {
....
...
form_save();
....
....
}

<input id="12345" type="text" onBlur='A("4567",this);B("TESTelem","1112",this.value);' name="1112">


Do anyone has any idea to over come this Firefox issue?

Thank you in advance.

Last edited by BrightYellow : March 7th, 2013 at 05:41 AM. Reason: add code tag

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignJavaScript Development > After Document.location cannot find the form

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap