Author |
Topic |
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 13 July 2003 : 04:22:55
|
What can I do to solve this problem? http://www.gaia-instituttet.dk/snitzDK/div/page_me.gif
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 14 July 2003 : 00:37:02
|
Could someone please explain to me what I can use this service for or where I can read about this?
The window that is opend is too small so I can't read whats happening here. Please help?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 14 July 2003 : 04:12:13
|
By looking at your site, I'd think you know a little HTML and the necessary JavaScript to open new windows.
The easiest sollution would be to change the openWindow() JavaScript function in inc_header.asp to allow scroll bars and resizing in the popup window. Then if the window is too small for that page people can resize it to their liking. |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 14 July 2003 : 05:31:17
|
[quoteThe easiest sollution would be to change the openWindow() JavaScript function in inc_header.asp to allow scroll bars and resizing in the popup window. Then if the window is too small for that page people can resize it to their liking. [/quote]
Thanks for your answer. I have found this code from inc.header.asp but can't figure out what code I schould change. Can you help me explain this so that I better understand have this forum is made?
line 237
Response.Write "<script language=""JavaScript"" type=""text/javascript"">" & vbNewLine & _ "<!-- hide from JavaScript-challenged browsers" & vbNewLine & _ "function openWindow(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=400,height=400')" & vbNewLine & _ "}" & vbNewLine & _ "function openWindow2(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=400,height=450')" & vbNewLine & _ "}" & vbNewLine & _ "function openWindow3(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=400,height=450,scrollbars=yes')" & vbNewLine & _ "}" & vbNewLine & _ "function openWindow4(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=400,height=525')" & vbNewLine & _ "}" & vbNewLine & _ "function openWindow5(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=450,height=525,scrollbars=yes,toolbars=yes,menubar=yes,resizable=yes')" & vbNewLine & _ "}" & vbNewLine & _ "function openWindow6(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=500,height=450,scrollbars=yes')" & vbNewLine & _ "}" & vbNewLine & _ "function openWindowHelp(url) {" & vbNewLine & _ " popupWin = window.open(url,'new_page','width=470,height=200,scrollbars=yes')" & vbNewLine & _ "}" & vbNewLine & _
And I'm very suprised that no one have asked this question before. As I see it everybody must have the same problem?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 14 July 2003 : 06:13:08
|
Thanks for your answer. I have tried both ways but it's not working.
How do you know what code to make the change in? If you have the time I would be very happy if you will explain so I can make some change myself later.
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 14 July 2003 : 08:00:26
|
Thanks. Now it's function. I'm not sure what happend. :-(
Now I just have to figure out what this service can do.
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 17 July 2003 : 03:47:37
|
quote: Now I just have to figure out what this service can do.
I have discovered that the messages is not received when I use ICQPro 2003a but if I use ICQLite it's function. And I have enabled 'Allow users to see my status on the web(web Aware)' in both version?
Wouldn't it be a good idea to mention in the pop-up window for ICQ that it's possible that the message will not be received? Now it only say that the message has been sent and then people think that everything is ok and can't understand why they don't get a message back? I haven't tried AIM,MSN,YAHOO IM yet. Does they have the same problem?
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
Roland
Advanced Member
Netherlands
9335 Posts |
Posted - 17 July 2003 : 16:48:47
|
You can add some text that you can't garantuee that the message will also been received in pop_messengers.asp
Doesn't the message that the message was sent get displayed on a page outside of the forums, in this case ICQ? Reason I ask it that in pop_messengers.asp I can't find any confirmation message. |
|
|
tinem
Junior Member
Denmark
209 Posts |
Posted - 18 July 2003 : 05:15:45
|
quote: Originally posted by FrutZle
You can add some text that you can't garantuee that the message will also been received in pop_messengers.asp
But is it the same problem with the other messengers I'm mentioned? Because then I have to make some text here too. Again I'm surprised that no one before me have made this kind of questions but maybe it's because I'm newbee and are studying the forum thoroughly?
quote: Doesn't the message that the message was sent get displayed on a page outside of the forums, in this case ICQ? Reason I ask it that in pop_messengers.asp I can't find any confirmation message.
Yes it does.
|
This account was hacked by that very honest guy, Image. Better take care with your personal data, if you register to his forums or he will hack into your account here, as well. |
|
|
|
Topic |
|