Customizing a certain JavaScript

This is a discussion on "Customizing a certain JavaScript" within the JavaScript Forum section. This forum, and the thread "Customizing a certain JavaScript are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 16th, 2006, 19:03
New Member
Join Date: May 2006
Location: Bahrain
Age: 24
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Customizing a certain JavaScript

I've found a nice site called BigCite.com which is pretty like del.icio.us but for saving your quotes,

In "Tools" they have nice jave script features that enables you to put random quotes on your site

their are two scripts the first one is the "simple" one, which randomly put any quote on your site, I've tried it and it works fine

<script language="javascript" src="http://bigcite.com/random.cfm?do=js"></script>

The other one is the "custom" one which I really want but don't know how to custom it to publish the quotes I saved in my account

<script language="javascript" src="http://bigcite.com/random.cfm?do=js&site=mysite&tag=web"></script>

How I can edit this script to add it in my template and show my saved quotes in my account at http://bigcite.com/salawi ? please refer to this link :
http://bigcite.com/help/tools

I would appritiate you help
Reply With Quote

  #2 (permalink)  
Old May 17th, 2006, 09:31
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Customizing a certain JavaScript

Quote:
Originally Posted by salawi
<script language="javascript" src="http://bigcite.com/random.cfm?do=js&site=mysite&tag=web"></script>
In the above line, you need to replace the words 'mysite' and 'web' with whatever is appropriate to determine the quotes you want returned.

You then need to decide where on the page you want the document.write(... action to take place.
Reply With Quote
  #3 (permalink)  
Old May 18th, 2006, 19:42
New Member
Join Date: May 2006
Location: Bahrain
Age: 24
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Customizing a certain JavaScript

Thanks for the reply,

so if my blog is at :
http://bahrainbasket.blogspot.com/

my bigcite account is at :
http://bigcite.com/salawi

how would the script look like
Reply With Quote
Reply

Tags
customizing, certain, javascript

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible by javascript? abalfazl JavaScript Forum 5 Jan 28th, 2008 12:09
help with customizing drop down menus bama Starting Out 7 Apr 24th, 2007 01:35
Customizing table rows AdRock Web Page Design 2 Aug 28th, 2006 09:28
How is this done? PHP, Javascript or both? ktsirig PHP Forum 4 May 1st, 2006 12:23
Need help customizing existing DHTML code. comaiwat JavaScript Forum 3 May 15th, 2004 12:09


All times are GMT. The time now is 11:20.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43