15,746,534 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Rayan Khan (Top 15 by date)
Rayan Khan
27-Nov-13 3:36am
View
i want javascript code which will alert only when user close the window only,not when user refresh or move to other site by giving new address in address bar
Rayan Khan
26-Nov-13 2:11am
View
well when in trying ot move to some other site using url it show window close alert..
Rayan Khan
12-Nov-13 6:09am
View
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
</HEAD>
<BODY>
<div >
<img border="0" src="img/header.gif" alt="Pulpit rock" width="904" height="128">
<script type="text/javascript">
function detectBrowser() {
// document.write("
<img src="C:\Documents and Settings\nawab.a\Desktop\header.gif" border="0">
");
//document.write("<br/>");
// document.write("
JRE Version
");
//
Open page in new window
document.write("<br/>");
document.write("<br/>");
var N = navigator.appName;
var UA = navigator.userAgent;
var temp;
var browserVersion = UA.match(/(opera|chrome|safari|firefox|msie)\/?\s*(\.?\d+(\.\d+)*)/i);
if (browserVersion && (temp = UA.match(/version\/([\.\d]+)/i)) != null)
browserVersion[2] = temp[1];
browserVersion = browserVersion ? [browserVersion[1], browserVersion[2]] : [N, navigator.appVersion, '-?'];
document.write("
Browser & ContentVerse Software Property
")
document.write("<br>");
document.write("Browser Name & Version: " + browserVersion);
document.write("<br>");
document.write("<br>");
// readValue(); // function for get dll details......
}
</script>
</div>
<body önload="javascript:detectBrowser();">
</BODY>
</HTML>
sample example plz check this..
Rayan Khan
12-Nov-13 5:30am
View
what u said i did that only but sorry not working..
i know that u know more than me....
Rayan Khan
12-Nov-13 5:21am
View
Nope not working....
Rayan Khan
12-Nov-13 5:16am
View
No pathis not a problem when i run it from my destop also same problem is comming ..
Plz run it and check....
Rayan Khan
11-Nov-13 7:45am
View
Thanks For your reply..
can you give sample example to read the values in based of Oracle tool kit...
Rayan Khan
6-Nov-13 2:23am
View
I am reading registry values thats works only with IE so i want to open that page in IE browser.
Rayan Khan
5-Nov-13 2:32am
View
window.open("Sign.asp?Home=C:/Program Files/ViewWise Online&VWOFlavor=Full","myWindow",'top=0,left=0,width='+screen.width+',height='+screen.height+',status=yes,resizable=no,scrollbars=yes');
with this code we open sign.asp page and that path is hard code , now if i want to open the sign.asp after verifying that floder in the local computer what code i have to write.
Rayan Khan
5-Nov-13 2:21am
View
Hi,
can you plz modify this code:
window.open("Sign.asp?Home=C:/Program Files/ViewWise Online&VWOFlavor=Full","myWindow",'top=0,left=0,width='+screen.width+',height='+screen.height+',status=yes,resizable=no,scrollbars=yes');
C:/Program Files/ViewWise Online&VWOFlavor=Full: this is hard code if i want to check wheather this file is there then what change i have to do..
Rayan Khan
31-Oct-13 5:23am
View
Hi Bhuvanesh what extra code i have to add to make it work....
Rayan Khan
9-Oct-13 7:33am
View
Then give proper solution....
Rayan Khan
9-Oct-13 6:41am
View
but readvalue() function is executin ........Then readJREvalue is not executing..
Rayan Khan
8-Oct-13 9:19am
View
I m trying to verufy that the folder in the directory exists or not.
Rayan Khan
8-Oct-13 0:02am
View
Thenks Stephen it is working with IE,But to make this to work with other browser like Chrome,firefox etc.
Show More