Auto Submisson - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36) +---- Forum: Website Development (https://www.supportforums.net/forumdisplay.php?fid=43) +---- Thread: Auto Submisson (/showthread.php?tid=2698) Pages:
1
2
|
RE: Auto Submisson - Scorpion - 11-10-2009 (11-10-2009, 12:23 PM)Master of The Universe Wrote: Wait I don't really understand where the form needs to go. Basically, Upon the page loading I want it to submit the data to a new thread [topic]. Like i said it works if I manuly click the submit button but when we use the auto submit javascript it doesnt :-( ** Added Perhaps we should give this up as a bad job? RE: Auto Submisson - Gaijin - 11-10-2009 Maybe, but you could also try to check if the form submits any values, or you could combine the script so that everything happens when a user submits the form. IDK, sorry! RE: Auto Submisson - Scorpion - 11-10-2009 (11-10-2009, 12:44 PM)Master of The Universe Wrote: Maybe, but you could also try to check if the form submits any values,I just got an idea, Could we put the post new topic url as a frame, And use Code: function call() { I just tried it but doesnt seem to work. |