I do not know the specific answer. From previous dealings with the .run command, I remember that sometimes there needed to be double quotes in some cases.
The best troubleshooting step you could try might be to set the line you are trying to run to a variable and then verify what exactly is...
You do need brackets. This is what ended up working for me:
<script lanugage="javascript">
document.write("<div id='js' class='printbutton'>");
document.write("<input type='button' value='Print "Document' onclick='iPrint(myFrame);' />");
document.write("</div>");
</script>
Thanks for the help.
I am hoping this is easy, but I have been searching all day with no success. What I am doing is very simple:
I have a page with an iframe and a button to print the contents of the iframe. When the page opens, the browser security chimes in with the "Do you want to ...."
I would like the print...
Here is a short HTA script that will do it. Has a browse for a file, a process copy button and exit button.
Save into a *.hta file and run.
<html>
<head>
<title>Copy a File</title>
<HTA:APPLICATION ID="oMyApp"
APPLICATIONNAME="My Application"
BORDER="yes"
CAPTION="yes"...
I have seen in various training materials it done either way. It usually is what is more comfortable to you and if you develop with a team, to stay uniform.
I am trying to delete all the records from a table based on the length of the client name.
I have tried the following, but with no success.
DELETE ALL FOR LEN(Client) = 2
Any help would be appreciated.
I work for a software vendor that creates our own software. During some testing with a Windows 2003 Server, logining in as the Administrator. When I try to launch our application, I get an application error message.
Also installed on this server is Visual Studio 2005, SQL Server 2000 and 2005...
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.