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)
 I wish i had a subject for it :)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kipod
Starting Member

40 Posts

Posted - 24 December 2002 :  09:54:29  Show Profile
Hi,
When Im sending an empty message, is writes:
"you must write a message"
Well, i want to write it in Hebrew but I don't
know Where is it.
can someone help me ?

Carefree
Advanced Member

Philippines
4217 Posts

Posted - 24 December 2002 :  09:58:37  Show Profile
It's in "pop_mail.asp" line 41 (ooops, typo - should say 81). Sorry.

Edited by - Carefree on 25 December 2002 08:56:42
Go to Top of Page

kipod
Starting Member

40 Posts

Posted - 24 December 2002 :  10:30:30  Show Profile
Thank you :)
Go to Top of Page

kipod
Starting Member

40 Posts

Posted - 24 December 2002 :  10:44:20  Show Profile
it's not there
Go to Top of Page

zbenggg
Junior Member

Israel
227 Posts

Posted - 24 December 2002 :  12:18:15  Show Profile
To help he please

I love Israel
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 24 December 2002 :  12:23:36  Show Profile
Look in inc_code.js.

This function


function validate(){
	if (document.PostTopic.Subject) {
		if (trim(document.PostTopic.Subject.value)=="") {
			alert("You must enter a Subject")
			return false
		}
	}
	if (document.PostTopic.Message) {
		if (trim(document.PostTopic.Message.value)=="") {
			alert("You must enter a Message")
			return false
		}
	}
	return true
}

Edited by - Hamlin on 24 December 2002 12:24:39
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 December 2002 :  20:32:10  Show Profile  Send ruirib a Yahoo! Message
quote:
Originally posted by zbenggg

To help he please


Noone needs to be prompted to help others. Snitzers do that all the time and did well before you started visiting these forums. If you have nothing relevant to say regarding a given thread, please refrain from posting.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

kipod
Starting Member

40 Posts

Posted - 25 December 2002 :  08:36:06  Show Profile
10X
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.39 seconds. Powered By: Snitz Forums 2000 Version 3.4.07