DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 01 Aug 2007 00:47:02 -0000,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    Steve Richter


async javascript - onclick event gets data from server   
what topics, documentation am I looking for to do the following:
  - when a button or anchor tag is clicked, I want to call back to the
web server to retrieve the complete url with which to open a new
browser window.

function WindowOpen( url )
{
window.open(
  url, 'steve',
 
'location=no,titlebar=no,height=400,width=400,scrollbars=yes,resizable=yes') ;
}

function Button_OnClick( key )
{
  url = GetFullUrlFromServer( key ) ;  // how to async connect to
server ??
  WindowOpen( url ) ;
}

<INPUT type="button" value="Button"
   onclick="Button_OnClick( 'abc123');">

thanks,
Date:Wed, 01 Aug 2007 00:47:02 -0000   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us