T
TheDude5B
Hi,
I am trying to create a simple popup window which will display details
about a product.
So far i have been trying the javascript idea:
<script language="jscript">
function popup()
{
window.open(.........)
}
</script>
then on an asp:linkButton, i call this funtion with an OnClick action.
i also am including a vb.net file as the code behind.
i get the error
'popup' is not a member of 'ASP.myfilename_aspx'.
is there a way in asp.net (vb) to produce a sized popup window?
thanks
I am trying to create a simple popup window which will display details
about a product.
So far i have been trying the javascript idea:
<script language="jscript">
function popup()
{
window.open(.........)
}
</script>
then on an asp:linkButton, i call this funtion with an OnClick action.
i also am including a vb.net file as the code behind.
i get the error
'popup' is not a member of 'ASP.myfilename_aspx'.
is there a way in asp.net (vb) to produce a sized popup window?
thanks