I have a VB application that uses ActiveX Controls. Today the buttons on one of my workstations within the application would not work. However, the same fuctions provided by the buttons are available from the pull-down menu within the same application. The fuctions all worked from the menu, but...
I cannot get the confirm to work. does anyone know why my confirm stmt will not work? Her is my code:
app.alert("Lets get started");
var answer = confirm ("Are you having fun?");
if (answer)
app.alert ("Woo Hoo! So am I.")
else
app.alert ("Darn. Well, keep trying then.");
if ( confirm("You...
How can i launch the windows SaveAs dialog box using javascript so that the document in my window can be saved? The document i am speaking of is a fill-out pdf form.
I am creating a file from SQL code,and I am creating a new field in the file using the sum parameter. But the sum field size after I run the code is much larger than I need or want. How can I set its field size?
The resulting field is too large, about size of packed 30. I need only PACKED 10. I...
Hi, I am new to Crystal Reports and I have just completed a report, but it has 3 text fields that contain numeric decimal data. The fields all print fine, but we want them to have 3 decimal places. As of now they look like this:
13
7.12345
18.2
ect
Can anyone give me a hint as to what I could...
Hi, I have a web page that will need to also use the content from a web page on another server. How can I use javascript to pull the content of that url into my page?
I want to create a link on a web page such that when clicked, it will invoke a java program and also go to the desired web page. How do I refine my code?
<A HREF="http://www.mypage.htm"
onClick=JavaProgram to exec;>To My Page</A
i created a 3 column view. the first column is categorized and sorted. when i preview the view in notes, it looks great, but when i preview the view with my web browser, all of the category titles appear with a twisty, but none of them will expand to show the data below them. what am i doing...
i have a function that sends me to another page. problem is that i cannot get back when i hit my back button. here is my code:
function getPDF() {
url = "00A2001";
url = "http://intranet/legal/opinions/" + url + ".pdf";
document.write ("<meta...
this code opens 2 ms word docs into a single browser window. the 2nd document shows first and looks ok, but when i cick the back button on the browser to see the first document, it looks like garbage. anyone no why?
<!--
function submitforms()
{
var d1 = "Test1.doc";
var d2 =...
i have a form where the user can select up to 3 choices. each choice is a seperate document to be opened. is there a way that js can open mutiple ms word and xcel documents with a single click of my submit button?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.