Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 ICQ message - page me window too small?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tinem
Junior Member

Denmark
209 Posts

Posted - 13 July 2003 :  04:22:55  Show Profile  Send tinem an ICQ Message
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  Show Profile  Send tinem an ICQ Message
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.
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 14 July 2003 :  04:12:13  Show Profile
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.
Go to Top of Page

tinem
Junior Member

Denmark
209 Posts

Posted - 14 July 2003 :  05:31:17  Show Profile  Send tinem an ICQ Message
[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.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 14 July 2003 :  05:44:46  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
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,resizable=yes,scrollbars=yes')" & vbNewLine & _
"}" & vbNewLine & _
"function openWindow2(url) {" & vbNewLine & _
...
...
...


If you want your users to be able to resize the window, add the red code.
If you want to add scrollbars to the window, add the green code.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

tinem
Junior Member

Denmark
209 Posts

Posted - 14 July 2003 :  06:13:08  Show Profile  Send tinem an ICQ Message
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.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 14 July 2003 :  06:56:36  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
What do you mean "it's not working"?
Do you get error messages? Does the window open?

btw - I just took the first 6 lines of the code you've posted above, so you should get it where to make the changes.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 14 July 2003 :  07:19:34  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I have just looked at the HTML source of your page, the reason why you get a JavaScript error is because it seems you've deleted the openWindow.
It looks like:
function (url) {
 popupWin = window.open(url,'new_page','width=400,height=400,resizable=yes')
}


but it should be:
function openWindow(url) {
 popupWin = window.open(url,'new_page','width=400,height=400,resizable=yes')
}

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

tinem
Junior Member

Denmark
209 Posts

Posted - 14 July 2003 :  08:00:26  Show Profile  Send tinem an ICQ Message
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.
Go to Top of Page

tinem
Junior Member

Denmark
209 Posts

Posted - 17 July 2003 :  03:47:37  Show Profile  Send tinem an ICQ Message
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.
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 17 July 2003 :  16:48:47  Show Profile
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.
Go to Top of Page

tinem
Junior Member

Denmark
209 Posts

Posted - 18 July 2003 :  05:15:45  Show Profile  Send tinem an ICQ Message
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.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07