I write web apps that clients link to and there are peramiters set by the link currently my links look something like:
Code:
<a href="#" onClick="javascript:window.open('http://www.blah.com/app/v7/index.asp?clientid=715&CS=slate','AppPopUp','scrollbars=no,width=700,height=420')">Click me</a>
and as you can see that defines some peramiters... what if I later change the peramiters on my side... I could contact the client's web person but what about the ones w/o an inhouse web person... should they pay the fee to change 420 to 425 or to add an argument?
can anyone thing of a way to put more control on my side?
(cross posted @
galahtech.com -> Web Scripting Languages -> Javascript -> Code on clients site )
Thanks,
Michael