Dec 8, 2003 #1 jovan40 Programmer Joined Dec 11, 2001 Messages 46 Location US I have a button that is connected to another html page. I have in the action , getUrl("http://www.wepagename.html,_blank"), but the page doesnt open in a new browser. Can anyone help?
I have a button that is connected to another html page. I have in the action , getUrl("http://www.wepagename.html,_blank"), but the page doesnt open in a new browser. Can anyone help?
Dec 8, 2003 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Watch your syntax... Code: getURL("[URL unfurl="true"]http://www.google.com/",[/URL] "_blank"); Regards, Upvote 0 Downvote
Watch your syntax... Code: getURL("[URL unfurl="true"]http://www.google.com/",[/URL] "_blank"); Regards,
Dec 8, 2003 Thread starter #3 jovan40 Programmer Joined Dec 11, 2001 Messages 46 Location US Thank you.... Upvote 0 Downvote