Javascript Table Generator
Nov 9, 2006
I am looking for a table generator that works with prompts. Something like this the first prompt asks How many rows? second prompt How many columns? third prompt Border size fourth prompt Bgcolor and fifth prompt Create table.
View 1 Replies
ADVERTISEMENT
Feb 16, 2005
Im using a php simple cms program which allows me to use templates to format my content.
I need help in stripping out (removing) the generated <img src="url"> tag when i insert image. I want to use javacript so its post processed (after the server has interpreted the php code) because I only need to do this in one category of my content.
View 1 Replies
View Related
Jan 20, 2006
I want a generator to take a two colors, just say 000000 and FFFFFF. Then I want to find 8 colors in between. In the end, it will be 10 different colors. I then want to place the 10 colors in 10 different variables. color1, color2, color3, etc. Im then going to put those 10 colors into 10 different boxes in a table, but i can do that myself
View 1 Replies
View Related
Feb 21, 2007
I have seen quite a few code generators over time where you are presented with a form, you fill in the various fields in the forum, and then click a Generate Code button, and the results show up in a textarea.
The code is then copied from the textarea and pasted into notepad or directly into an HTML document.
So, you may have some code that you want to generate that looks like this:
In this particular case there is 1 .js files that go to the root of the site that requires no editing.
Then there is 1 .css file that may require changes depending on user preferences. Things like margin, width, height, border and so on.
Then there is a section that goes into the Head of the document that requires no changes.
Then there is something like this would go inside a division"
<a href="address to a page" target="an iframe name"><img src="path to thumbnails/thumbnail name" border="1"></a>
Note that the above code has variable that would change based on user preferences. The way the code is presently structured it is not done as an array, however, this would substantially shorten the code depending on how many thumbnails are in it.
And finally there is another iframe section that would go inside a couple of a division. It relates to a second iframe.
Before I go any further with this, I just wanted to know if it's possible to do with javascript or is it best to do in another language.
The variables don't have to be kept in a database. What I am thinking is that the user would simply open up the HTML page, enter the data, generate the code, copy/paste and test, without closing the page. If there is a problem, he/she would simply go back in and change a variable or 2 and re-generate the code.
View 6 Replies
View Related
May 4, 2010
I have this script that will read all the headers (h1-h6) in your HTML document and also HTML comment tags which are specially recognized, and it will create an HTML document "table of contents" (or outline) and insert it as a DIV within the document. This is for people with ESPECIALLY LONG HTML documents...it makes sense for this purpose.
The script is attached to this post in a zip. The zip archive has four JS files. 'htmlTOCgenerator.js' has all the meat of getting the nodes and generating the DOM nodes for the ToC. The other three have 'support' functions and are included. The 'colorContrasting.js' file is actually supposed to compute 'complementary' colors from random color generation. Why? Refresh the document each time, and the ToC has a different foreground (text) and background color, that's why. Breaks up the monotony. A large comment block inside 'htmlTOCgenerator.js' tells the document maker how to set up the HTML document for making this work.
In a first version, this script inserted the ToC ('table of contents') at the top of the document where the HTML comment tag "<!-- putTOChere -->" was placed/found.
Then I decided it was better to place the ToC DIV element to the left of the text, in a fixed block (does not scroll with text). The ToC DIV contents themselves are scrollable in case the contents would go beneath the bottom of the client window height--can't have that.
Click here to see an example of how it works:
I am having problems with it though.
1. The scrollbar on the ToC block always shows, even if the contents don't fill up the block. The CSS is set for 'overflow-y:scroll' but that does not mean the scrollbar does not show if there is no overflow. It would be nice to control that. Still have not figured it out.
For an example of not enough headers to fill out the height-specified (by necessity) fixed DIV block, see this page.
2. In my documents, the main body of text is all wrapped in a DIV with its right- and left-margins set to 'auto', so that when user widens or narrows the client window, the text is always centered. I need to stop the main body text from running behind the TOC during a narrowing of the client window. I thought setting the right margin of the ToC DIV should stop that. Anyway, that is a CSS styling problem, I suppose, although the CSS must be set through script (I do through script since the instructions don't require the document maker to set up CSS: too many instructions become annoying for anyone wanting utility in the script). And if you think frames are answer, that complicates matters and I believe it gets away from the eventuality when frames are deprecated.
3. I also want criticism on how to make this presentation/structuring/interaction of the ToC block better or workable.
View 1 Replies
View Related
Apr 28, 2010
I'm having trouble getting two password boxes to work on the same page, which I created using the JavaScript Kit Encrypted Password Generator [URL].
I've used the code that this generator produces, with some modifications as given by cheesebagpipe [URL]. These changes enable the user to press the keyboard's enter key to submit the password (as an alternative to clicking the submit button), and will also refocus the text box and select the text in it if the user enters the wrong password.
The code works fine on pages with just one box (e.g. [URL]), but what changes are needed to make two work on the same page? (I'm new to web design and clueless when it comes to JavaScript, which I know isn't the most secure method of password protection, but will do for now).
At the moment, on pages with two boxes (e.g. [URL]), neither of the boxes work; this appears in the address bar instead: [URL] ('help!'=whatever has been entered in the text box).
The full code for both boxes is given below.
<div id="passwordBoxes">
<div id="password2">
<form name="password1" onsubmit="submitentry();return false;">
<span class="WhiteLogin">Keyboard classes login</span>
[Code].....
View 6 Replies
View Related
Apr 1, 2006
My form allows the user to assign colors to different fields that are then
used in a java piechart/barchart applet as the colors of the different pie
sections/bars. It can be tedious assigning colors even with my color pic
tool especially as the number of different colors increases. The application
is data driven so it may end up requiring any number of colors up to about
100. Of course you want the colors to be as different as possible.
It would be nice to have an "Auto" button to click that will then fill out all the
color fields with a properly generated set of colors - that is colors that
are as different from each other as possible. Random colors won't do as you
might end up with very similar colors. Is such a program possible?
View 4 Replies
View Related
Jul 6, 2006
I'm building a name generator where a person puts their name in and gets a different name out. I've set it up so you have to put in something.
When I test it it tells me I haven't put a name in, but obviuosly I have. I can't see where the code is wrong. Here are the relevant bits, I've cut out all the other code:
View 12 Replies
View Related
Dec 21, 2009
I have a piece of code that randomly picks a line from a preset list and displays it whenever the page is loaded. I'm using it to generate random quotes on my pages.
At the moment, there seems to be a good chance that when the page loads no quote appears at all, just a blank space.
Anyone know why this could be happening?code...
View 3 Replies
View Related
Jan 3, 2010
I have a problem with a random link generator within a DIV. When I try it on my desktop it works fine, but does nothing once I upload it to the website.how to explain what happens, but here is it, more or less:The website is this: http:[url]....
Via an Ajax script, http:[url]..... is loaded into DIV "menu". Here's the script:
<script type="text/javascript">
ajaxpage('menu.html', 'menu') //load "menu.html" into "menu" DIV
</script>
Well, there's another load of stuff inside the <head> tag. You may see it from the main page source code.Anyway, if you go to the menu.html, the link generator will work there as it is intended; however, if you try it from the main page, it won't do anything. But people are not suppossed to go to menu.html. They are suppossed to load it from the index.html (I mean, plain http:url....)So, here's the link generator code:
---------------------------------
<script type="text/javascript">
function randomlinks(){[code].....
I believe this could be solved if I could target the generator to the whole window, 'cause maybe it's trying to open the new page inside the DIV. Well, I don't know...
View 1 Replies
View Related
Jul 20, 2010
I'm programming a styles generator for the Stylish add-on. What I want is the same thing that when I click on the button "Install with Stylish" : A Window appear to ask user if he wants to install the script with Stylish. I saved the website page on my desktop and opened it. Obviously it did not worked, nothing happens when i click. I also changed the path for javascript file in the html and so on.. There is a XMLhttprequest() function wich opens the url of the style ending by ".css". But I replaced the url by my file path (by a locally file) and I replaced the statut (200 by 0, because I'm working on a local file).
But whatever I do, nothing happens when I click. There is also a function called firecustomevent() who creates the event, but my knowledges are limited at this point. I read document on mozilla website on how to call an event but i can't get it to work. How to display a windows asking the user if he wants to install the style. The url containing the javascript is a simple style url like this one : [URL] where you can see the "install with stylish" button. I also attached the concerned javascript in a txt file.
View 1 Replies
View Related
Oct 1, 2010
I decided to make an Experience Generator for my site. I started simple by making one that uses a prompt. First it prompts for your level, then it multiplies it by using a random number function. This code below.
<html>
<head>
<title>Experience Generator</title>
<script type="text/javascript">
[Code]....
BUT this code pulls up and error at the line of var B.. What I am trying to do is pass the form to the var B and then goes on from there to do the Experience Generator.
View 19 Replies
View Related
May 24, 2010
I used the code on this website [URL]... but it doesn't work. I have 167 links and placed the code correctly but nothing. What am I doing wrong?
View 3 Replies
View Related
Jun 13, 2006
I want to disable a table with javascript. In this table i have 'n' record and each record has 3 buttons. If you click a button does an action. I want to disable the all table.
Is there any way to disable all this table without have to disable each
button of each record?
View 8 Replies
View Related
Sep 12, 2006
On the time sheet page i have created a years worth of entries in the
database for a user so that they may create entries ahead of time(for
holidays etc.).
My problem is that when i load the page, i display the current month
for that user and it displays:
Date Month Day TimeInMorning TimeIn Evening etc..
What i would like is that a user may update any field and click on a
save button which will update the field(s) that they have changed. I
ahve attempted in javascript to do this but i am failing.
View 3 Replies
View Related
Apr 8, 2007
<TR>
<TD>
<My for element with id=T100
</TD>
</TR>
what I really want is something like:
ParentOf (ParentOf (document.getElementByID("T100"))).display='none'
in other words "I like to hide the row" containing my form ele T100
Is this possible ? if so how?
View 1 Replies
View Related
May 31, 2007
Is there a way in javascript to scroll to or otherwise change the position of the currently selected row in a table?
View 4 Replies
View Related
Oct 3, 2005
i have no idea about javascript and have been fiddling with this form for a while now... i would love to be able to have a table containing a label in 1 column and a text box and buttun in the other.
When the button is clicked the javascript funcion adds another row to the table with another textbox and button to add more...
here's what i have so far..
Code:
<script language="Javascript">
function add_item() {
document.write ("<tr><td class='rachel'>Item Value</td><td><input name='listItems[]' size=཮' type='text'><input type='button' value='Add More' onclick='add_item();'></td></tr>
");
}
</script>
This does what i want it to however, it opens in a new window instead of at the bottom of a table...
View 5 Replies
View Related
Mar 30, 2006
I am trying to develop a function where the user rolls over the days ( all inside their own <td> ) inside a table of a single month calendar. And when he clicks on a day, it get its color permanently changed until he choses another day for focus. I tried onMouseOver, onClick and onMouseOut, but I just cannot find a way for it to lose focus on the day last clicked when I click anew.
View 3 Replies
View Related
Nov 27, 2010
I developed this under Safari on my mac. I have only been scripting for about 1.5 days so I am not the best with debugging. What would cause this?
<html>
<head>
<script ="Javascript>
// Setting vars
var winW = screen.width
var winH = screen.height;
var winLW = (winW / 2) - 240
[Code]....
View 3 Replies
View Related
Sep 29, 2007
I haven't really used javascript before except for the odd snippet, and I was wondering if anyone can help me with a problem I have:
I need a script that chooses a phrase at random from 4 pre-defined lists of phrases, and does it all from the one page - rather than a separate page and a separate script for each pre-defined list of phrases.
I hope this is clear enough! Here is an example to illustrate what I mean:
This would be the text that appears on the webpage:
Click here for random Phrase Type 1
Click here for random Phrase Type 2
Click here for random Phrase Type 3
Click here for random Phrase Type 4
When clicking the first option, it only chooses from pre-defined list #1, the second option only chooses from pre-defined list #2, and so on.
It then displays the randomly generated phrase in one separate box, no matter what pre-defined list was chosen. (Although if each phrase has to be displayed in 4 separate boxes, that'd be ok too.)
View 1 Replies
View Related
Mar 22, 2009
I'm trying to make a Quiz that generates random pictures each time the page is launched , with multiple options for the user to choose the right answer satsifying the picture and its meaning .
I've made the pseducode and i understand the algorithm ..but i don't know how to write the statements .
My algorithm is :
1-Random picture is shown each time the page is launched.
2- 6 Buttons are placed .
3-user choses the right matching answer.
4- window is popped up saying "correct"when its correct if not , an alert saying ;'Your answer is incorrect. Please try again"
So this is the code i've made , i know there's errors but just to show the Idea.
View 4 Replies
View Related
Mar 25, 2011
the script is supposed to allow the user to enter a minimum and maximum value and then enter the number of random numbers to generate between the min and max.
then it is supposed to floor these numbers and post the in a single column table. my script is writing the table correctly but the numbers arent coming through
Code:
<table border = "2">
<script type="text/javascript">
var min = window.prompt("Enter the 1st number","");
[Code]....
View 2 Replies
View Related
Jan 2, 2005
Someone told me this can be done using javascript. How to make a Image Text Generator. What I mean is, like this [URL]. So I have a input textbox so how do I make it take that information then get the corresponding image (a.gif b.gif c.gif etc...) then display them.
View 14 Replies
View Related
Dec 8, 2010
I need help with a code that will generate a random number or integer (from 1-9). Does anybody know of a short random generator without having to import anything?
View 1 Replies
View Related
Aug 14, 2011
I've looked everywhere for a random number generator which doesn't repeat. Tried loads and none have seemed to work.I'm making a quiz, 5 questions so far.This button, in html, generates the next random Q:But I need a random generator which fires them off only once. Anyone have suggestions for a non-repeating random number gen which will work? Even the one now seems to have some slight error associated with it. The one's ive tried so far haven't worked..
View 31 Replies
View Related