Jump to content

mmc6e

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

mmc6e's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I hope this is the correct area for this question. I have a page that opens in a seperate window and I have put a "Print This Page" button at the top. It works well but I cannot figure out how to have it print without the "Print This Page" button showing on the printed page. Thanks in advance
  2. With the information what would the coding look like?
  3. Thank you for the reply. I'm not sre I have this correct. Just to clarify. I have a link (News/Calendars/2012/Master Calendar.htm). I want this link to open on the other page (Calenar Test) at the anchor location named Calendar.
  4. I have a link on a page that I would like to open on another page. I've created an Anchor on the other page but cannot figure out how to code the link so that it will open on the other page. Any suggestions. Thanks
  5. Having read the Caching Tutorial I am more confuese than ever.
  6. Thanks for the information. Being fairly new at this how would I code that?
  7. Thanks for the reply. What I'm trying to do is to have certain pages of my site to be forced to refresh themselves on opening. When these pages are updated some members do not get the updated version but instead get the older cached version. Many of them are unaware that an update has occurred.
  8. I'mnot sure if this has been addressed here before but I have a web site that is updated regularly. After an update I need to press F5 for a refresh to get the new info as opposed to the cached version. This is fine for me but many of the members who follow this page are unfamiliar with this. Is there anyway that I can have the updated pages automaticlly refresh themselves.
  9. Thanks. The first example works great. For some reason the 2nd one did not. It gave me an error when the form was submitted. Again thanks for the help,
  10. Thanks for the help. I added the code but am not getting an error when the form is submitted. The last 3 lines now look like this: if($sent) {print echo "<CENTER><B><FONT SIZE=9 FACE=TAHOMA>Your Email Change was sent successfully" } else {print "We encountered an error sending your mail"; } ?>
  11. The last 3 lines of my "form handler" are: if($sent) {print "Your Email Change was sent successfully"; } else {print "We encountered an error sending your mail"; } ?> When the Handler is executed it prints "Your Email Change was sent successfully" My question is what do I need to add to have the message centered, bolded and with a specific font and/or size? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.