- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 55 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Need help with this code [ ]
Author
Message
Plasma
Lieutenant
Joined: Jan 02, 2004
Posts: 261
Posted:
Wed Oct 26, 2005 10:03 am
Hi, I have this code that i need to add an URL to, can someone tell me how i would do it? after the button is released, it should goto whatever URL.
Code:
if ( $ShowFCLink == "1" ) {
$content .= "<form action=\"$ChatLink\" method=\"get\" title=\"Open a chat window\" name=\"startchat\">\n";
$content .= " <center><input type=\"button\" value=\"Enter Live Chat\" name=\"chatbutton\"></center>\n";
$content .= "</form>\n";
thx
gettopreacherman
Lieutenant
Joined: Jan 13, 2005
Posts: 262
Posted:
Thu Apr 06, 2006 10:53 am
if ( $ShowFCLink == "1" ) {
$content .= "<form action=\"$ChatLink\" method=\"get\" title=\"Open a chat window\" name=\"startchat\">\n";
$content .= " <center><input type=\"button\" value=\"Enter Live Chat\" name=\"chatbutton\"></center>\n";
$content .= "</form>\n";
$chatlink is what the URL should be...either fill $chatlink with a value or replace it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum