new page using java script

Please support our C# advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Nov 2007
Posts: 40
Reputation: raghu.8 is an unknown quantity at this point 
Solved Threads: 0
raghu.8 raghu.8 is offline Offline
Light Poster

new page using java script

 
0
  #1
Jan 23rd, 2008
hi i am creating travels project using .net with c#, and i am new to java scripting
i have written a code to open a new window but i want open new window with in the page
as we do dot net as respose.redirect("abc.aspx") in the same manner

just look at my codding where i have to make changes

<script language=javascript>
function open_win(url_add)
{
//alert(url_add);
window.open(url_add,'','width=800,height=650');//,menubar=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}

</script>
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 1370 | Replies: 0
Thread Tools Search this Thread



Tag cloud for C#
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC