Well first thing I see without doing anything else is you have the link commented out (<!-- -->)You also haven't closed the other <a href> with a closing > and a </a>
<!--<a href="Home.html "onClick="windo w.open('Home.tx t','mywindow',' width=140,heigh t=150')">-->
<a href="Home.html "
User Profile
Collapse
-
Ok, below is the code that worked. Each time you click on a link in the menu div it changes the content in the frame div. I was also able to use this same code in a javascript menu I'm using and it worked great. It also worked when I added some pics to my header that allowed the user to click the pic to change the content.
What I'm trying to do now is when the user clicks on a menu item and it loads the page content in the "frame"...Leave a comment:
-
(!isset($_GET['image'])) - getting junk when trying to call an image
Hi there, just starting in PHP and found some code that would switch out pages depending on link clicked. It worked great loading different pages. Then I thought I would try the same code by calling an image instead of a page. When I use the following code, what happens is the rest of the page loads fine, but instead of getting an image I'm getting junk on the screen. Could anyone tell me what I'm doing wrong?
Here is my script:... -
Don't really need the passwords since all the employees in the old user groups have left the company. Just wanted to make sure that setting up a new users and user groups wouldn't cause any problems before I started.
And if I asked an inappropriate question, sorry didn't mean to go against any policy, didn't realize what I was actually asking for was a hack. :-)
Thanks for the help!
EmmiLeave a comment:
-
Security MS Access 2003 - create a new user group?
Once again on the db I have inherited...
I have read numerous posts about how to set up security in access and have printed out the step by step instructions I found a link for from another post and will try it.
My question is,
I have inherited a MS 2003 db that had user groups and users set up, I have found the .mdw file and can get the user names but not the passwords. They are not written down anywhere... -
So glad I could help, I've gotten quite of bit of help here myself so glad I could return the favor!
EmmiLeave a comment:
-
I have a "graphs" spreadsheet that I have tied to multiple queries in my live access db. This way I can refresh my queries in excel and my graphs are rebuilt in Excel based on the new data coming in from my database. These are graphs that I have to update quite a bit so I looked to automate it. Is this what you are looking for?
If so, in Excel under Data choose import external data - then follow the wizard to find the query...Leave a comment:
-
Thanks for the reply, I was able to go into the VBA code and find where the "contactid" had been declared as an integer and change it to Long, everything working fine now!! Just had to dig through mucho code to find it.Leave a comment:
-
VBA runtime 6 error-MS Access 2003
I have a MS Access 2003 database that I have inherited and has been in service for about 2 years now. Suddenly, we are getting a vba runtime error "6". I have done some research and what I have found is that this might have to do with the field being an interger field, and can only be numbered up to 32000 or so. Currently the id for this field is at 32767.
However in the table the field is coded as a long interger. ... -
Too many queries in db anyway to group these or add a folder?
I have mutiple users creating queries and the query window is getting rather full. Is there any way to add a folder to group these? I know about creating a group in the db window and creating shortcuts to the queries which would help group them, but is there another way to do it in the query window? Hope this makes sense. -
Thank you so much!!! That was exactly what the problem was. You are the best!Leave a comment:
-
Returning more values than I want in MS Access 2003
I have a very simple query that I am trying to pull any data back between the number 1 and 3 in a field.
What is happening is I am also getting 12 and 11. I only want the number 1. How do I specify to return only the number 1 not the 11 or 12?
Here is my code:
SELECT entity.name, line.renewal
FROM entity INNER JOIN line ON entity.entityid = line.entity
WHERE (((line.renewal ) Between [What...
No activity results to display
Show More
Leave a comment: