Re: Position of popup
wim sturkenboom I might be able to find some spare time tomorrow or in the weekend to look at it. Will let you know.Appreciated. Thanks!
View ArticleRe: Position of popup
qim Can you help me try to find out why, please?I might be able to find some spare time tomorrow or in the weekend to look at it. Will let you know.I did not see those popup-control files initially...
View ArticleRe: Position of popup
Hi Thanks"Load page, press F12, goto emulation, choose 10 in the first dropdown and 10 in the third dropdown."I did as above but nothing happened. What am I supposed to do? Hitting return does...
View ArticleRe: Position of popup
qimWhat do you mean by original window, in IE10? i don't have IE10, and due to a disk breakdownm i dont'have IE9 either!Do you mean the full page?It just opens in the same window, similar to a normal...
View ArticleRe: Position of popup
Hi Many thanksI will be testing all your suggestionsAfter reading up on your data-dimension, I checked your original Punta page in Internet Explorer 10 and 11. I expected it not to work in 10 due to...
View ArticleRe: Position of popup
qim In fact, I was hoping that if a script amendment was needed it would give me also the possibility of moving it sideways to the left, to leave the other links to hotels visible in the main...
View ArticleRe: Position of popup
Hi Many thanksThe reason for these popups is to keep the main page in view, to avoid the visitor closing the page and leaving altogether.i will investigate your comments but i want the popup to be as...
View ArticleRe: Position of popup
No reason to be sorry ;-)I checked your Sidney on my laptop (1366 x 768) and it fills the screen from top to bottom (top of taskbar). Something to be aware of as not everybody has large screens; change...
View ArticleRe: Position of popup
wim sturkenboom it will not go below the Windows Taskbar. I'm too lazy to switch to Linux to check the behaviour. But it does not really matter as it should be independent of the environment that a...
View ArticleRe: Position of popup
qim I read elsewhere something about a MoveTo() Would that be any good?http://www.w3schools.com/jsref/met_win_moveto.aspDoes not work; same limitation as mentioned above seems to...
View ArticleRe: Position of popup
Your problem is the 'real estate'. The new window is opened relative to the screen (monitor), not the browser window.On a 1920x1200 monitor I can happily place the top anywhere between 0 and (roughly)...
View ArticleRe: Position of popup
wim sturkenboom Both the width and the height come from a dataset. It might be better to adjust that but I don't have any idea how; I could not find other references to it in the page source so this...
View ArticleRe: Position of popup
qim var l=10; var t=100;but it syays put against the very topThat is more than likely because the height of the window is also specified using the below line var...
View ArticleRe: Position of popup
wim sturkenboom the javascript that I found might be generated dynamically using PHP and which case you might not find it literally in your code.No, it is not.All my pages are html/css and the few that...
View ArticleRe: Position of popup
Just a note;This forum can (and will) only give you limited support as it's an ASPdotNet forum. Your question was purely about HTML/CSS/Javascript so you should be OK. However be aware that we can not...
View ArticleRe: Position of popup
HiMany thankswim sturkenboom Note that this change might affect every popup (e.g. the map also moved to the left).I am not worried about the map as it is going to go anyway. However, I tried your code...
View ArticleRe: Position of popup
When I viewed the page source in the browser, I found the following:if(this.className.match('popup')) { var w=this.dataset.dimensions.split(',')[0]; var h=this.dataset.dimensions.split(',')[1]; var...
View ArticleRe: Position of popup
HiAs I wrote above I am totally ignorant of javascript, even if I managed to change a few things around in this script for the new stylesheet.This is the page...
View ArticleRe: Position of popup
Hi qim,Welcome to ASP.NET forum.Are you using Window open() method to open a new browser window? If that is the case, you could set left and top property to position new window.Best Regards,Fei Han
View ArticlePosition of popup
Hi I have popups in my site generated by a script that I inherited (I know nothing about js.. )I need to reposition the popup further down and to the left.Could you tell me what I need to add to this,...
View Article