Need to change objects depending on cookie values when script is first run.
Apparently the objects are not available, as seen in this test:
In html file:
<h3 id="hh1">Test color change in header</h3>
<input type="button" onclick="setColor()" value="Change color of header" />
In Javascript...
Trying to have html file that enables user to change font styles, starting with headers.
Using Internet Explorer 7.
Html file has external CSS and Javascript files and a form:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html...
Internet Explorer 7, Adobe Acrobat 7.0
Printing a web page in pdf format.
Is there a way to include the browser's header and footer in the printout?
example: http://www.hhs.gov/ocr/hippahowtofile.pdf
I've tried all options shown in the "print" dialog.
If page is pdf, IE File |
>Page Setup...
What VBA code obtains information about formula dependents?
Help provides this format:
Range("A1").Dependents.Select
When I use this for a cell that has a formula, I get a VB message "No cells were found".
I really don't want to select it, I'm looking for code to obtain the "dependents"...
How does VBA obtain information about formula dependents?
Help provides this format:
Range("A1").Dependents.Select
When I use this for a cell that has a formula, I get a VB message "No cells were found".
I really don't want to select it, I'm looking for code to obtain the "dependents" info...
After installing on Windows XP, is WinMySQLAdmin.exe (WMA) the only way to start MySQL?
WMA is supposed to add a user and password to the "grant" tables. Altho it does appear in the My.ini file, if I do this:
Mysql -u root
Use mysql;
Select user,host from user;
it prints:
USER--------HOST...
Local testing on Windows XP, PHP5, Apache
<?php
$link = mysql_connect("localhost", "root", "");
echo $link;
?>
This prints Resource id #2
What happened to Resource id #1?
Where can I find info about connection options, like putting username/pw into a separate file?
Thanks,
George
Project still in progress, not loaded to web page.
Html file and PDF file in same folder.
I can open the PDF file itself OK.
HTML code:
<a href="july.pdf">PDF file starting July 2004</a>
In Preview mode, the link appears OK, cursor changes to hand, but nothing happens when I click.
Any ideas?
I have XP Home Edition and Visual Basic.Net 2003.
What do I need to write ASP.Net applications?
In book "VB.Net Step by Step" (MS), p550 these are mentioned:
1. Windows XP Professional, that has Internet Information Services (IIS)
I'll need to buy this.
2. MS FrontPage 2000 Server...
Is there a way to identify what opened the active file
(a direct file open or another file)? I've tried changing the application username but don't like to mess with that. Should be an easier/direct info..
The program title bar shows "Microsoft Excel - workbookname". Is there an option within the basic Office application to include the path, so it would show C:\workbookname? Evidently there are ways to do this from within a VBA program; is that the only way?
Top line of screen normally shows "Microsoft Excel - workbookname". Is there a way to include the current path? (C:\workbookname). When working with several test versions, need to know which one is on screen. When workbook is protected, the File/Properties is dimmed. Or any other ways...
Several times, Excel 2000 VBA has terminated (Win XP); wants to transmit an Error Report to Microsoft "to improve the software". The message is cryptic - something about Automation.
(1) Worse thing, I can not access the file's VBA code to resolve the problem. (2) There's a lot of...
Several times, Excel VBA has terminated; wants to transmit an Error Report to Microsoft "to improve the software". The error message is cryptic - something about Automation.
I do similar VBA programming in Win98 (another site)and do not have this experience; conclude it is an XP and...
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.