What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTTP/HTML questions

Pages: (2): « First « 1 [ 2 ] Last »
HTTP/HTML questions
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: HTTP/HTML questions
quote:
Originally posted by Millenium_edition
sorry for being rude, but I don't give a damn about learning other languages... Not at the moment at least.
That's not rude, so don't worry about it ;)
[Image: spartaafk.png]
11-05-2004 10:32 AM
Profile PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
O.P. RE: HTTP/HTML questions
other problem
code:
<input type="submit" name="SendMessage" value="Send">
Can I make it submit to another page than the one the user now is visiting?
11-05-2004 11:54 PM
Profile E-Mail PM Find Quote Report
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: HTTP/HTML questions
You can use target="" in the <form> tag just as you would in a link. For example...

<form action="blah.php" target="_blank">
<form action="blah.php" target="myFrameName">
11-06-2004 05:35 AM
Profile PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: HTTP/HTML questions
quote:
Originally posted by WDZ
You can use target="" in the <form> tag just as you would in a link. For example...

<form action="blah.php" target="_blank">
<form action="blah.php" target="myFrameName">
then if u use php u can grab the value by using
code:
$blah = $_POST['objectname'];

and $blah will hold the value of object

This post was edited on 11-06-2004 at 09:15 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-06-2004 09:13 AM
Profile PM Web Find Quote Report
Millenium_edition
Veteran Member
*****

Avatar

Posts: 1787
Reputation: 57
Joined: Apr 2003
O.P. RE: HTTP/HTML questions
actually, I didn't mean in another frame, I ment to another page. and that's in action=""

thank you anyway :)

(btw, -dt-, thanks, but I'm writing my own webserver, so no PHP :P )
11-06-2004 11:24 AM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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