Click here to Skip to main content
15,915,702 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: ASP/SQL Alphabetical list? Pin
afronaut16-Aug-02 6:04
afronaut16-Aug-02 6:04 
QuestionWhy XQuery? Pin
Jamie Nordmeyer15-Aug-02 5:38
Jamie Nordmeyer15-Aug-02 5:38 
AnswerRe: Why XQuery? Pin
Paul Watson15-Aug-02 23:32
sitebuilderPaul Watson15-Aug-02 23:32 
GeneralRe: Why XQuery? Pin
Jamie Nordmeyer16-Aug-02 7:34
Jamie Nordmeyer16-Aug-02 7:34 
GeneralASP Wildcard Issue Pin
Robby15-Aug-02 5:37
Robby15-Aug-02 5:37 
GeneralRe: ASP Wildcard Issue Pin
Paul Watson15-Aug-02 23:49
sitebuilderPaul Watson15-Aug-02 23:49 
GeneralURLs of History Entries Pin
jerry0davis14-Aug-02 23:03
jerry0davis14-Aug-02 23:03 
GeneralRe: URLs of History Entries Pin
Jeremy Falcon19-Aug-02 5:31
professionalJeremy Falcon19-Aug-02 5:31 
This violates security policies set by JavaScript. NS will let you have it; however, if requested. With IE, AFAIK you're out of luck when getting URLs more than one deep unless you invisibly track this with fames or something.

In NS...
<script>
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
history.previous[1];
history.previous[2];
...	// and so forth
// history.length will give you the amount of elements in the array
</script>
BTW, you better not use this info for anything malicious!

Jeremy Falcon
Imputek

<nobr>"C# is the answer to a question nobody asked." - Chris Losinger
GeneralRe: URLs of History Entries Pin
jerry0davis19-Aug-02 21:57
jerry0davis19-Aug-02 21:57 
GeneralGood ASP.NET MAtrix resource Pin
Davy Mitchell14-Aug-02 8:51
Davy Mitchell14-Aug-02 8:51 
GeneralISAPI file reading.. Pin
code dope13-Aug-02 22:59
code dope13-Aug-02 22:59 
GeneralRe: ISAPI file reading.. Pin
Roger Wright15-Aug-02 4:29
professionalRoger Wright15-Aug-02 4:29 
GeneralRe: ISAPI file reading.. Pin
code dope15-Aug-02 5:32
code dope15-Aug-02 5:32 
GeneralISAPI File Writing Pin
John Pepper13-Aug-02 8:09
John Pepper13-Aug-02 8:09 
GeneralProblem with LoadControl in ASP.NET Pin
Henk13-Aug-02 2:52
Henk13-Aug-02 2:52 
GeneralRegular Expression Hell Pin
David Wulff13-Aug-02 1:29
David Wulff13-Aug-02 1:29 
GeneralRe: Regular Expression Hell Pin
Jamie Nordmeyer14-Aug-02 10:20
Jamie Nordmeyer14-Aug-02 10:20 
GeneralRe: Regular Expression Hell Pin
David Wulff14-Aug-02 13:48
David Wulff14-Aug-02 13:48 
GeneralFree Web Site Design Pin
Derek Lakin12-Aug-02 8:09
Derek Lakin12-Aug-02 8:09 
GeneralPlease help .........Urgent Soln IN ASP Pin
Ramprasad S11-Aug-02 22:27
sussRamprasad S11-Aug-02 22:27 
GeneralPlease help .........Urgent Soln Pin
Ramprasad S11-Aug-02 22:23
sussRamprasad S11-Aug-02 22:23 
GeneralNavigating to a different frame from server-side code Pin
Harilaos Sfougaris11-Aug-02 21:08
Harilaos Sfougaris11-Aug-02 21:08 
QuestionASP in EBNF? Pin
dabs11-Aug-02 14:00
dabs11-Aug-02 14:00 
GeneralMouse over event Pin
Mazdak10-Aug-02 22:17
Mazdak10-Aug-02 22:17 
GeneralRe: Mouse over event Pin
Enrico Elizar Samuel13-Aug-02 21:39
Enrico Elizar Samuel13-Aug-02 21:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.