Tsuji,
Yep both resize functions work. Sorry, what i mean by "not work" is it doesn't do what i want it to. i.e Only resize if the window opened is smaller.
How do you mean stuffy?
Thanks!
Thanks Tsuji.
I've changed the line so it looks like this, i don't have an onload handler:
<script type="text/javascript">
window.onload=function() {Resize2(960, 720);}
</script>
I don't notice any difference though.
I have various links across sites, here is an example:
<area shape="rect" coords="8,14,239,48" href="JavaScript:void(0);" onClick="MM_openBrWindow('https://www.test.com/popup.asp','Popup','status=yes,scrollbars=yes,resizable=yes,width=1000,height=960');">
the (link/page)...
Yes, basically when I say I'm unable to get this to work, I am saying I have tried the recent function provided by tsuji. It doesn't work for me. I'm calling the function by the correct name and criteria looks correct to me.
I have tried removing and altering lines without success too.
Thanks...
I'm still unable to find a solution so that if i open a window at a larger size (i.e. 1000 x 800 pixels) the resize function set at 960 x 700 pixels doesn't do anything.
I need it so the resize only works if the window opened is smaller.
I use the code below to resize my popup windows.
I would like to change it so that if the open window is already larger that the current size, it doesn't do anything.
Can anyone help?
<script type="text/javascript">
ResizeTo(100, 100);
</script>
function ResizeTo( intWidth, intHeight) {...
I would like to find the Google Keyword positions for my site. For example show our position for a number (?50) of Keywords.
Does anyone know of a script or something that will do this for me?
Thanks.
I'm trying to redirect the highlighted page whilst passing the values of a form from asp.net to asp.
Can anyone help?
Here is an example:
<form action="http://www.test.co.uk/test/transfer.aspx" method=post>
<input type="hidden" value=" <html> <body...
Thanks guitarzan! Great help!
I have a function that lists the different instances, is it possible to use this rather than use the 'And _' or 'select'?
Function IsChefDesc( str_Desc )
Select Case str_Desc
Case "Chef", "Cook", "Pastry Chef", "Waiter", "Head Chef", "Kitchen Worker", "Bar...
I have the following if/then statement on my asp page, The problem i have is i need to add more instances to the highlighted word.
Can anyone advise?
If obj_RS1("FullTimeOccupation") = "CH" Then
If UCase(str_Value) <> "Chef" Then
int_Errors = 1
str_Error = "Use ""Chef"" as your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.