Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-11-2005, 05:20 PM   PM User | #1
wahoodlum
New to the CF scene

 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
wahoodlum is an unknown quantity at this point
Mozilla vs IE Javascript window.opener

this has probably been posted a billion times .......... BUT

when using upload features on my sites, i pop up a window to upload images/docs(progress.asp upload). this window posts to a third page for the upload functions(progress_upload.asp). In IE window.opener.formname.fieldname.value='variable'. this works famously with IE, but not with Mozilla FF and MAC OS IE 5.+. it has no problem with posting back the value. Javascript does not pass the value back and hangs in mozilla and macOS IE5.+ and thus will not do the window.close(). What is the workaround so that it will work for both browsers.??

<script>
window.opener.EditForm.hdnform.value ="<%=File.OriginalFileName%>";
alert("upload successful");
window.close();
</script>

I see this in a lot of blogs and forums, but no good examples

please help
wahoodlum is offline   Reply With Quote
Old 03-11-2005, 05:51 PM   PM User | #2
liorean
The thread killer


 
Join Date: Feb 2003
Location: Umeå, Sweden
Posts: 5,575
Thanks: 0
Thanked 84 Times in 75 Posts
liorean will become famous soon enoughliorean will become famous soon enough
Try fully qualifying the element reference.
window.opener.document.forms[formname].elements[elementname]
__________________
liorean <[lio@wg]>
Articles: RegEx evolt wsabstract , Named Arguments
Useful Threads: JavaScript Docs & Refs, FAQ - HTML & CSS Docs, FAQ - XML Doc & Refs
Moz: JavaScript DOM Interfaces MSDN: JScript DHTML KDE: KJS KHTML Opera: Standards
liorean is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:19 PM.


Advertisement
Log in to turn off these ads.