What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » html form/javascript help

html form/javascript help
Author: Message:
MeEtc
Patchou's look-alike
*****

Avatar
In the Shadow Gallery once again

Posts: 2200
Reputation: 60
38 / Male / Flag
Joined: Nov 2004
Status: Away
O.P. RE: html form/javascript help
quote:
Originally posted by rav0
Couldn't you just get rid of the popup and have the page submit to itself?
No, I don't have access to the script itself
quote:
Originally posted by rav0
Why do you need the timer?
to wait for the script to execute before refreshing, as it impacts the form page.
quote:
Originally posted by hmaster
Make script.php with the script you want to execute when they press submit and add at the end window.close.
I tried winFunc=window.open... and winFunc.document.onload=winFunc.close() combinaton, but get a security warning when trying to do it.

quote:
Originally posted by hmaster
Your form should work like this:
code:
<form action='' method='post' onSubmit="window.open('script.php', 'WindowName', 'height=100,width=100'); setTimeout(window.location = unescape(window.location.pathname), 2000);return false;">
<!-- Form elements -->
<input type='submit' value='Submit'>
</form>
I think thats what you're trying to do?
Will that actually submit the form info to script.php though?
[Image: signature/]     [Image: sharing.png]
I cannot hear you. There is a banana in my ear.
10-25-2006 12:14 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
html form/javascript help - by MeEtc on 10-24-2006 at 03:17 PM
RE: html form/javascript help - by rav0 on 10-25-2006 at 07:36 AM
RE: html form/javascript help - by hmaster on 10-25-2006 at 10:09 AM
RE: html form/javascript help - by MeEtc on 10-25-2006 at 12:14 PM
RE: html form/javascript help - by hmaster on 10-25-2006 at 07:40 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On