T
ton
Hi,
I'm opening a modalwebform, in which I use to parameters to show a database
record. i do not want that people will see the way I call the record, so I
want to hide these variables. I thought it would be possible to hide the
address line.
This is the way I call the modal window:
window.showModalDialog("mEdit.aspx?tabel=" + tabel +"&key=" + key,
null,'location:no;status:no;dialogWidth:500px;dialogHeight:800px;dialogHide:true;');
The address in the modalform is:
http://localhost:52354/WebSite2/mEdit.aspx?tabel=13&key=449
Does anyone has a better way to solve this problem
thanx
ton
I'm opening a modalwebform, in which I use to parameters to show a database
record. i do not want that people will see the way I call the record, so I
want to hide these variables. I thought it would be possible to hide the
address line.
This is the way I call the modal window:
window.showModalDialog("mEdit.aspx?tabel=" + tabel +"&key=" + key,
null,'location:no;status:no;dialogWidth:500px;dialogHeight:800px;dialogHide:true;');
The address in the modalform is:
http://localhost:52354/WebSite2/mEdit.aspx?tabel=13&key=449
Does anyone has a better way to solve this problem
thanx
ton