Using javascript to make header buttons click thru -


I have created a child theme for my site, tdotargetmarketing.com. If you look, you'll have three buttons in the header. I broke the table down at the top Slice 3, 5 and 7 are buttons on the site through which I need to click through. I have created pages for those three buttons so that I have URL / page. I added this table below to the editor section of the hair-theme CSS file. Now, I think I need to add javascript code but this is the place where IF is trapped. Not sure about the correct sequence.

Don "Ti laughs, Lola ?? I have just finished the original HTML / CSS / Javascript codec, so IIM is getting it but it is not enough yet.

  & lt; table cells = "0" cellpadding = "0" limit = "0" & ​​gt; & lt; tr colspan = "8" & gt; & Lt; td & gt; & lt; img src = "slice_01 jpg" width = "1600" height = "171">   & lt; TR & gt; & lt; TD & gt; & lt; img src = "slice_02.jpg" width = "179" Height = "22 9" & gt; & lt; / TD & gt; & lt; TD & gt; & lt; img src = "slice_03.jpg" width = "278" height = "229" & gt; & lt ; / TD & gt; & lt; TD & gt; img src = "slice_04 .jpg" width = "208" height = "229" & gt; & gt; / TD & gt; & lt; TD & Gt; & lt; img src = "slice_05.jpg" width = "276" height = "22 9" & gt; & lt; / td> gt; & lt; td & gt; & lt; img src = "slice_06 .jpg "width =" 203 "height =" 22 9 "& gt; & lt; / td> gt; & lt; td & gt; & Lt; img src = "slice_07 .jpg" width = "278" height = "229" & gt; & Lt; / TD & gt; & Lt; TD & gt; & Lt; img src = "slice_08.jpg" width = "179" height = "22 9" & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt;    

You do not need JavaScript for this. Use a tag to create hyperlinks in HTML.

  & lt; a href = "url / page" & gt; & Lt; img src = "slice_03.jpg" width = "278" height = "22 9" & gt; & Lt; / A & gt;   

Until I read the wrong question

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -