HTML - Something Like Autoresponder (bi-weekly Follow Up)
Hello,
I know that I might post in the wrong section because I'm kinda lost (Admin/Mod please move this later, thx!) My question "How to create a program in a website that"; When a user registered to my website, he/she will be receiving information (maybe bi-weekly or on certain date) follow up for 8 weeks as for example which the date will be counted from the day he/she registered to my website. If you are familiar with Autoresponder service like AWeber, you can send pre-written emails follow up send to your subscribers by your date of choice. I hope someone will help me out with this. I need the code/script, maybe in PHP (preferable) Thanks a lot in advance! Similar TutorialsI'm preparing an old logbook to put up on my site. Each page has a 'previous' button and a 'next' button. The first page is the Captain's introduction: the purpose of the voyage, how he keeps his log, etc. The second page is the start of the log itself. The intro page is log000.html, the next page is log120187 and the next page is log120287.html. The next link on log000.html is: <a href="log120187.html"> <img src="../images/bNext.jpg" alt="Logbook 12/1/87" width="80" height="68" /></a> The previous link on log120287.html is: <a href="log120187.html"> <img src="../images/bPrevious.jpg" alt="Logbook 12/1/87" width="80" height="68" /></a> IE will follow the second link, but not the first. FF follows both. I'm stumped. I have 9 pages completed and this is the only link IE won't follow. Any and all help appreciated. Jim We have Picasa slideshows on our site and I'd like to add the No Follow attribute to the links. The code looks like this: <embed type="application/x-shockwave-flash" src="http://picasaweb.google.com.au/s/c/bin/slideshow.swf" width="216" height="144" flashvars="host=picasaweb.google.com.au&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpica saweb.google.com.au%2Fdata%2Ffeed%2Fapi%2Fuser%2FTsuchiyama%2Falbumid%2F5394607922792721857%3Falt%3D rss%26kind%3Dphoto%26hl%3Den_US" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> How should I modify the code for No Follow? Thanks I'm looking for an html editor where i can click and follow hyperlinks under edit mode. This can be done in Microsoft Word: if one creates a bookmark within the html document, and a hyperlink to that bookmark, then clicking on the hyperlink will take you to the location of the bookmark when editing the document. Is there a windows/mac html editor, other than Word, with this capability? Thanks Hi guys, Basically, I have a .swf that I want to put on multiple pages that is capable of linking to different pages without having to customise the xml per page. I'll try and explain myself: If I inset the flash file on page1, then I want to have links coming out of the flash that direct to http://site/page1/A and http://site/page1/B. I'd then like to use the same flash on page two, and have the links point to http://site/page2/A and http://site/page2/B. I basically need to have the link address take into account the page the user is on and add an A, or B to the address. Is this possible? Perhaps it will require javascript? I can't get my head around this, so any help would be much appreciated! Thanks |