SyntaxFix
Write A Post
Hire A Developer
Questions
<html> <script language="javascript" type="text/javascript"> var scrt_var = 10; openPage = function() { location.href = "2.html?Key="+scrt_var; } </script> this is a <a href ="javascript:openPage()">Link </a> </html>