HTML - Link Question- Adding Additional Params
I would like to add a link to my page that will call the current page that I am on...I need the call to not not only preseves the current params that were present in the initial call, but I would also like to add one addtional param. Is this possible?
Example: Page call: index.html?view=all Wiithin the index.html file I want to add an <a href=""> tag that when clicked it will add an additional parameter "music=off" So the link would be: index.html?view=all&music=off Is this possible? Similar TutorialsThere is something wrong with my video object, and I can't figure out what I'm doing wrong. I've been at this for four days now and it's driving me nuts. Here's the markup I'm using for this object. I'm trying to get my video to start playing automatically, with no controls showing, and make it loop. What it's actually doing is the exact opposite of what I'm telling it to do - I'm getting the controls right before the video starts, it won't start until the whole video's downloaded, and it's not looping. Grrrrr! I'm seriously ready to throw my laptop out the window. <object id='mediaPlayer' width="848" height="416" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' type='application/x-oleobject'> <param name='fileName' value="transitions/home.avi"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="true"> <param name='showControls' value="false"> <param name='loop' value="true"> <embed type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/' id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='black' showcontrols="false" showtracker='-1' showdisplay='0' showstatusbar='-1' width="848" height="416" src="transitions/home.avi" autostart="true" loop="true"> </embed> </object> Here's the link to my site. http://prestigekitchensandbaths.com/test/ Hi there.. i added some menu buttons for my site this is the code for the menu button <BUTTON TYPE=SUBMIT> <IMG SRC="../graphics/sfsmile.gif" HEIGHT=97 WIDTH=105 ALT="Starflower" ALIGN="ABSMIDDLE"> <STRONG>Send It In!</STRONG></BUTTON> Or go here i took this code from this website http://www.htmlcodetutorial.com/forms/_BUTTON.html you have an example here Now i added them but i have no clue how to add a link to this button so that when i click on it sents me to a page.. any ideeas pls ? Can anyone help me so that i can add a link to this menu button ? Thx Hey every one I've got a simple one. When you copy and paste a link into face book often times a small image shows up to the left of link with the description. So I'm trying to get that to work on a site that I've built. I've read a bit about the open graph meta tags and a few simpler stop gaps but so far no luck. Did a bit of reading here but when push came to shove I'm still stuck: http://stackoverflow.com/questions/1...ost-link-image I'm trying to get the following image to be my FB link Image: http://www.eartheasy.johncliffordtay...s/thumb000.png So far I have plugged in the flowing HTML code in my <head> area of the with no luck: Code: <!-- Opengraph protocol. See http://ogp.me/ --> <meta property="og:title" content="Earth Easy Pest Control" /> <meta property="og:type" content="company" /> <meta property="og:url" content="http://www.eartheasy.johncliffordtaylor.com" /> <meta property="og:image" content="http://www.eartheasy.johncliffordtaylor.com/images/thumb000.png" /> Also I've tried the simpler work around mentioned in the above article with no luck: Code: <link rel="image_src" href="http://www.eartheasy.johncliffordtaylor.com/images/thumb000.png" /> As always thanks for the help in advance ladies and gents! Have a great day! JT Hi Everybody! I am new to java script... I got this freelance job that I need to work on a javascript developed by somebody else. I need to add a url link to an Array. So not only the image will swap but after a mouse down another url is called. Is it posssible? Any suggestion is appreciated!! Thanks! Bellow is the code +++++++++++++++++++++++ var aryImages = new Array() var aryDesc = new Array() aryImages[1] = new Image(380, 380); aryImages[1].src = "images/online_partners_demandmade.gif"; aryDesc[1] = "" +++++++++++++++++++++++ Hey, I'm about 50% done creating my website. And I was thinking of adding sounds to my links (on mouseover). Well I decided that I definitely want to. I've picked out the sound. The only problem is, I only know how to add sound to a link like that using javascript. And with 50% of all of my pages created. I don't want to go back through all of those pages to add javascript into the header and change the coding and all of that stuff. So is there anyway I can add my sound using CSS (all of my pages are linked to a CSS file). This way I won't have to edit ALL of my pages, instead, just my CSS sheet. Thanks in advanced. - Jake Hi all, I cant seem to manage to put links to the slideshow I'm using. http://fifthmammoth.co.uk/slideshow/example4.html This doesn't appear to work: Code: <div id="slide_01"> <div id="myShow-1" class="slide-show"> <div class="slide first"> <a href="pro_scherm/index.html"><img alt="" src="slideshow2/images/slide_01.jpg" width="300" height="200"> <div class="slide-caption">plaatje 1</div></a> </div> <div class="slide"> <img src="slideshow2/images/slide_02.jpg" width="300" height="200"> <div class="slide-caption">plaatje 2</div> </div> <div class="slide"> <img src="slideshow2/images/slide_03.jpg" width="300" height="200"> <div class="slide-caption">plaatje 3</div> </div> </div> Another thing I'd like to accomplish, to make a link between the slideshow in the mainscreen, and the menubar below. Ideally, if you rollover the slideshow, the matching project in the menubar below lightens. Is it possible to create a rollover effect like this? Your help would be really appreciated! Im trying to add pretty much 2 templates to my site. One for the index and the other for the rest of the pages. Both of them are pretty much the same they just have 2 different content text boxes(or whatever the hell you want to call them) where the main text goes. Since they have a few pictures different that have the same name they wont work right. Could I just rename the picture for the index and then change the name of the picture in the html file of the index? This is just a curious question. Is it possible to add a custom profile field to a forum without using anything but HTML? Would it require JS or PHP to do such thing? Thanks Hey everyone, I'm trying to add more pages to my site.... For example, www.mysite.com/new-page How do I add that "new-page" to my site? My website was professionally built, however I go in & edit all the time. I have been trying to look at the server to see what the developer did, but no luck... Thanks in advanced for any help Hello, just starting here I complete the HTML an CSS tutorials at http://www.w3schools.com/ I also downloaded a trial for coffeecup I am helping a local business with their website, it is very simple, just content and a couple of pictures. For some reason, as much as I google it up I cannot figure out how to add a left column to the site. the examples I find, even free templates from Amaya use tables. I dont want to use tables, I guess I need to use div? But if that is so, how do I position my column? It seems w3schools gave me a good start but I am having problems putting the concepts together. If you can direct me to the right answer, or recommend a book or tutorial that actually builds a simple site with a couple of columns in good design, I would really appreciate it. But I dont want to use tables as I learned it is not best practice Thank you! Hello all, I am still a newbie for the most part at all of this, but there is simply one thing I cannot figure out. I want to add additional pages (like About Us, Multimedia, Contact, etc) off of my homepage. My domain is from godaddy.com... I use Frontpage to create my html, and then copy and paste the html to my file manager under index.htm. Can anyone help, please??? Thanks!!! I'm trying to develop a page that displays a simple concise summary of data neatly in rows. I am including a magnifying glass image next to each field to be used to display details of the summary field. I want the onclick event of the image to bring up an alert box with data in the field that contains the details of the summary field, but I can't get it to work. Here is the code from my ASP page: Code: <html> <head> <% DB_ConnectionString = "Provider=SQLOLEDB.1; Password=pwd;User ID=user;Initial Catalog=myDB;Data Source=www.myserver.com;" SQL = "SELECT * FROM myTable" Set RST = Server.CreateObject("ADODB.Recordset") RST.Open SQL,DB_ConnectionString sFont = "<font face=" + chr(34) + "Arial" + chr(34) + "size=" + chr(34) + "2" + chr(34) + ">" eFont = "</font>" vToday = Date() %> <title>Daily Info</title> </head> <body bgproperties="fixed" topmargin="0" leftmargin="0"> <table border="1" width="100%" style="border: 1 solid #000000" cellspacing="0" cellpadding="2"> <tr> <td width="100%" bgcolor="#FFFFFF" bordercolorlight="#000000" bordercolordark="#000000" colspan="10"> <p align="center"><b><font face="Arial" size="3"> Daily Info for <%Response.write(vToday)%></i></font></b></p> </td> </tr> <% Cellstart ="<td bgcolor=""#C0C0C0"" align=""center"">" Response.Write "<tr>" Response.Write Cellstart + sFont + "<B>Buyer Name</B>" + eFont + "</TD>" Response.Write Cellstart + sFont + "<B></B>" + eFont + "</TD>" Response.Write Cellstart + sFont + "<B>Company Name</B>" + eFont + "</TD>" Response.Write Cellstart + sFont + "<B></B>" + eFont + "</TD>" Response.Write Cellstart + sFont + "<B>Order Total</B>" + eFont + "</TD>" Response.Write Cellstart + sFont + "<B></B>" + eFont + "</TD>" Response.Write "</tr>" Do Until RST.eof vBuyer = rst("BuyerName") vBuyerAddr = rst("BuyerAddress") vCompany = rst("CompanyName") vCompanyAddr = rst("CompanyAddress") vOrderSum = rst("OrderSummary") vOrderDetail = rst("OrderDetail") Cellstart ="<td bgcolor=""#FFFFFF"" align=""center"">" Response.Write "<tr>" Response.Write Cellstart & sFont & vBuyer & eFont &"</td>" response.write "<td>" & "<img src='magnifyB.JPG' onClick=alert(vBuyerAddr) width='15'>" & "</td>" Response.Write Cellstart & sFont & vCompany & eFont &"</td>" response.write "<td>" & "<img src='magnifyB.JPG' onClick=alert(vCompanyAddr) width='15'>" & "</td>" Response.Write Cellstart & sFont & vOrderSum & eFont &"</td>" response.write "<td>" & "<img src='magnifyB.JPG' onClick=alert(vOrderDetail) width='15'>" & "</td>" Response.Write "</tr>" rst.movenext loop Set rst = Nothing %> </table> </body> </html> Can someone point out what I'm doing wrong. Thanks, Sup Hello all, i have a question to do regarding a link of a Website. I have a image at my website, with the following code: Code: <a href="http://l2.hopzone.net/vote.php?site=72176" target="blank"><img src="http://images.hopzone.net/lineage2/votebanners/lineage2-90x60-1.gif" alt="L2top" border="1"/></a> As we know, browser will look the href, in our example the "http://l2.hopzone.net/vote.php?site=72176", and it will redirect us, to this location. If now, i just copy from the code only the content of href, and paste it to a browser, it wont redirect me to the correct page, but at the main page of the pointing site. Well, can someone explain me how this is possible? When click the button from site, to redirect you to the correct page and when you just copy and paste the link, to redirect you to a wrong page? Thank you in advance PS: If you want to test it, visit my site from here and click on the FIRST image (green one) at the right side of the WebSite. hey everyone. well im pretty new at using flash. Im using flash basically to prevent people from stealing my image by right clicking on it. What i need to do is have a thumbnail of the flash image on one page and when clicked, it opens the full size image... heres the code i have so far but the link just isnt working ..... <a href="Catonstring3.swf"><object width="200" height="200"><param name="movie" value="Catonstring3.swf"><embed src="Catonstring3.swf" width="200" height="200"></embed></object></a> can anyone help me? How would I go about making one link open three windows/urls? I'm trying to make things easy at work and there are times when if I click a link that generated the three pages I need I would be golden, any tips? Thanks! i am new here and thank you what i am looking to do is i want to link a pic to a website so when you mouse click it it goes to website that i have figgered out what i cant is if the pic on his page changes can i get this link to change to what ever they change it to kinda like what face book does with are you interested they take you profiile pic and if it changes then the if you liek me pic changes but if you click on it it got to your profile thank you hi, I have one question I have one index page <index.html> with iframe it displays: info.html, contact.html, and main.html it default src="main.html" if I creat a link from the other page eg. <hot.html> from <hot.html> I want to make a link just a single click it will go to <index.html> but in the iframe displays <info.html> instead of <main.html> how the codes should be like? Thanks. I have a client that I just built a website for. This website is viewed by many different people. The client is wondering if it is possible to have a link somewhere on the site that automatically downloads an image icon to the users desktop. Once this icon is in place on the users desktop, they can click that icon when they want to go back to the web site. He also stated he'd like an app button created for mobile devices. I think he's thinking these icons are one in the same. But from what little I know about creating an app, you need to know the Objective C language and the only way someone can get it is through an app store. He wants both windows and Mac users to be able to use this. Is this possible, or how should I go about approaching this another way to achieve the same thing? Thanks for any help or direction. Hello all, I am a beginner and I am trying to create images horizontally that are also links. Hope that makes sense. This is the code that I can get to work but the links stack vertically instead of horizontally. Thanks in advance for all the help! <a href="http://www.speedfactoryracing.net/store"> <img src= "http://www.speedfactoryracing.net/store/images/cart.png" border="0"> <a href="http://www.speedfactoryracing.net/?cat=4"> <img src= "http://www.speedfactoryracing.net/store/images/news.png" border="0"> <a href="http://www.speedfactoryracing.net/?page_id=236"> <img src= "http://www.speedfactoryracing.net/store/images/AIM2.png" border="0"> |