Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 08-13-2012, 09:07 AM
Member
Latest Blog:
None

 
Join Date: 04-13-12
Posts: 40
iTrader: 0 / 0%
Button on website not working ?

Hello there,

Today i updated my website with a new cookie law code, its a small pop up on the bottom left.

My site btw: https://www.mehost.co.uk

And now the connect button at the top left does not work.

I would be great full if someone would be able to work put why, it must be due to the JS or Jquery.


Cheers !!
 
Reply With Quote
  #2 (permalink)  
Old 08-14-2012, 01:38 AM
JohnnyS's Avatar
Contributing Member
 
Join Date: 07-05-11
Location: philippines
Posts: 312
iTrader: 0 / 0%
your site seems to be down..
 
Reply With Quote
  #3 (permalink)  
Old 08-14-2012, 03:35 AM
Junior Member
 
Join Date: 08-14-12
Posts: 7
iTrader: 0 / 0%
The web site is not loading either. You need to check with your hosting team what is causing with web site loading. In case of button there need not be any "a href" placed on button so that it is not moving to any other link or there might be issue with Javascript in Your browser.
 
Reply With Quote
  #4 (permalink)  
Old 08-14-2012, 03:59 AM
samaustin141's Avatar
Member
Latest Blog:
None

 
Join Date: 08-14-12
Posts: 49
iTrader: 0 / 0%
Your website is not load properly.
 
Reply With Quote
  #5 (permalink)  
Old 08-14-2012, 04:38 AM
Member
Latest Blog:
None

 
Join Date: 04-13-12
Posts: 40
iTrader: 0 / 0%
Hey,

My DC is TurnKey internet and they had issues. The website is now up.


Cheers
 
Reply With Quote
  #6 (permalink)  
Old 08-14-2012, 05:07 AM
samaustin141's Avatar
Member
Latest Blog:
None

 
Join Date: 08-14-12
Posts: 49
iTrader: 0 / 0%
HTML Code:
<form action="form_action.asp" method="get"> Choose your favorite subject: <button name="subject" type="submit" value="fav_HTML">HTML</button> <button name="subject" type="submit" value="fav_CSS">CSS</button> </form>
You do write code in form_action.asp.

You click a button then form_action.asp page will be displayed.

Last edited by snakeair; 08-14-2012 at 03:13 PM.
 
Reply With Quote
  #7 (permalink)  
Old 08-14-2012, 05:45 AM
Member
Latest Blog:
None

 
Join Date: 04-13-12
Posts: 40
iTrader: 0 / 0%
Hi,

I'm really sorry, its the button on the top right see screenshot.

http://prntscr.com/droaa
 
Reply With Quote
  #8 (permalink)  
Old 08-14-2012, 06:18 AM
Contributing Member
Latest Blog:
None

 
Join Date: 11-30-11
Posts: 66
iTrader: 0 / 0%
You have a bunch of javascript errors. You should fix those first and then check the button.
 
Reply With Quote
  #9 (permalink)  
Old 08-14-2012, 06:24 AM
Junior Member
 
Join Date: 08-13-12
Location: Chicago, IL
Posts: 16
iTrader: 0 / 0%
My first recommendation is to resolve the errors below (I had to cut the URI short due to not having enough posts for URLs):

Message: Expected '}'
Line: 1531
Char: 27073
Code: 0
URI: ....co.uk/layout/js/plugins.js


Message: 'Cufon' is undefined
Line: 118
Char: 1
Code: 0
URI: ....co.uk/layout/js/custom.js


Message: 'Cufon' is undefined
Line: 244
Char: 2
Code: 0
URI: .....co.uk/
 
Reply With Quote
  #10 (permalink)  
Old 08-14-2012, 06:27 AM
Member
Latest Blog:
None

 
Join Date: 04-13-12
Posts: 40
iTrader: 0 / 0%
Hi guys,

I don't know Javascript so i'm just going to remove the button, however can someone help me do this ?

Like a small box i can add links ? (See screenshot)

http://prntscr.com/drqfy


Cheers
 
Reply With Quote
  #11 (permalink)  
Old 08-14-2012, 03:16 PM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,044
iTrader: 3 / 100%
To add onto MortalSynz post. You have 28 errors and some warnings. Try to get these numbers near the 10 mark. Sometimes these errors effect the websites fuction/layout in certain browsers or if people have slow internet connections to start out with. http://validator.w3.org/check?uri=ht...Inline&group=0

(I'm not a programmer so don't have suggested code fix's for you)


Quote:
Originally Posted by MortalSynz View Post
My first recommendation is to resolve the errors below (I had to cut the URI short due to not having enough posts for URLs):

Message: Expected '}'
Line: 1531
Char: 27073
Code: 0
URI: ....co.uk/layout/js/plugins.js


Message: 'Cufon' is undefined
Line: 118
Char: 1
Code: 0
URI: ....co.uk/layout/js/custom.js


Message: 'Cufon' is undefined
Line: 244
Char: 2
Code: 0
URI: .....co.uk/
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
  #12 (permalink)  
Old 08-15-2012, 12:23 PM
Member
Latest Blog:
None

 
Join Date: 04-13-12
Posts: 40
iTrader: 0 / 0%
Hey guys,

Thanks for your help, but i don't know java so correcting them would mess it up lol


Cheers
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Facebook Button on website - it doesn't grab the right pic to post kelfro Coding Forum 7 03-21-2012 02:06 AM
Google +1 Website Button Launched snakeair Google Forum 61 07-06-2011 07:52 AM
Button for Website Translation stef_wilber Content 0 03-13-2009 07:29 AM
Form button half working gridsix Web Design Lobby 2 03-08-2008 08:06 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 07:56 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.