×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Intellisense/jscript

Intellisense/jscript

Intellisense/jscript

(OP)
Hi,

If I create a vbscript inside an html page (using Interdev) Im able to get intellisense for vbscript. However, the same is not true to jscript.

Any ideias?

Thank you

RE: Intellisense/jscript

The only time I have been unable to get the intellisense for javascript is when the object I am trying to reference is somewhat unusual.  For example, in a page that I have a form that has the querystring attached using inline server-side code, I cannot then find the form and thus will not see any intellisense.  However, I otherwise have no problems with it.  The example where I won't see the form attributes in intellisense is when my form looks like this (or I response.write the line that creates the form or other object):

CODE

Response.Write "<form name=""frmMain"" method=""post"" action=""page2.asp"">"
or
<form name="frmMain" method="post" action="Document.asp
    <%=objCOM.QueryString("Document",Request.QueryString("propid"),Request.QueryString("docid"),,,,,,,,,,,Request.QueryString("tenid"))%>"> 'Where the querystring is being created from a .dll function server-side.

------------------------------------------------------------------------------------------------------------------------
If you don't have a sense of humor, you probably don't have any sense at all.
- Anonymous

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close