Search found 1 match

by peachey777
Thu Jun 17, 2010 2:44 pm
Forum: JImageUpload
Topic: Post, Post Parameter and Forward
Replies: 1
Views: 16089

Post, Post Parameter and Forward

I'm having trouble getting Post, Post Parameter and Forward to work together. document.write('post="http://url.com/test.php" '); document.write('postparameters="true" '); document.write('forward="http://url.com/test.php" '); And document.writeln('<PARAM NAME="post" VALUE="http://url.com/test.php">')...