how would i put all this into a varible?
please help.Code:<script language= "JavaScript"> document.write(location.href); </script>
how would i put all this into a varible?
please help.Code:<script language= "JavaScript"> document.write(location.href); </script>
or did I misunderstand the question?Code:$myvariable = '<script language= "JavaScript">document.write(location.href);</script>';
Bookmarks