Jump to content

AndyGrant

Members
  • Posts

    2
  • Joined

  • Last visited

AndyGrant's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. You have to use the window command in Javascript. Then use the moveto method.example :// Set the window to a variablevar myWindow; mywindow = window.open ("http://www.grantmedia.co.uk", "mywindow","location=1,status=0,scrollbars=0, width=100,height=100");// Now move it to the desired location on the screen mywindow.moveTo(100,100);Hope this helpsAndy GrantGrantMedia Web Design
  2. You need to use the server variables : request.serverVariablesAUTH_USER returns the raw authenticated windows usernamesee link http://www.w3schools.com/asp/coll_servervariables.aspHope this helpsAndy GrantGrantMedia Web Design
×
×
  • Create New...