View Single Post
ישן 14-10-06, 18:46   # 1
eLad
Fatal Error
 
eLad's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: localhost
גיל: 39
הודעות: 1,968

eLad לא מחובר  

PHP קוד:
/page.asp?bla=elad 
על מנת לגשת לזה ב VBS, תכתוב:

PHP קוד:
Response.write("bla is" Request.Querystring("bla")) 
ב JS:

PHP קוד:
Response.write("bla is" Request.Querystring("bla")()); 
שימוש בתנאים (VBS):

PHP קוד:
Dim bla
bla 
Request.Querystring("bla")

IF 
bla="elad" THEN
  Response
.write("elad")
End IF 
ב JS:

PHP קוד:
var bla Request.Querystring("bla")();

if (
bla=="elad") {
 
Response.write("elad");

__________________
eLad
  Reply With Quote