Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for farheen

Can anyone be kind enough to explain the difference between asp & asp.net? I am only conversant with PHP, but am very interested in these two.

Member Avatar for annaharris
0
1K
Member Avatar for rsaicrag

Below is my code. The problem is on the 'javascript:ViewPage(article_1.html)'; How to code the quote inside the ViewPage function since im using the echo "....." ; <? echo " <script language='javascript'> function ViewPage(url) { OpenWin = this.open(url, 'CtrlWindow', 'toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes'); } </script> <tr><td><a href='javascript:ViewPage(article_1.html)';>Article1</a></td><tr> "; ?> it should be `<a href="javascript:ViewPage('article_1.html')";>Article1</a>`

Member Avatar for rsaicrag
0
590