Thanks j4606 I have done what you suggested but am having issues with the image. I have created a function which checks the id of the maximize button, and expands the image which is relevant to it.
var button = '';
function maxbutton(id) {
button = id;
}
function buttonPress () {
if...
I have a box which is 300x200 in size. I have a maximise button when clicked the box increases to 600x400 in size. There is an image in the box (122x72) which I want doubled in size when the maximised button is clicked. I have used the following bit of code and works perfectly...
Basically I am doing a similar thing to this. I will have an image and some info. When the user clicks the maximise button, the box will become bigger and the rest of the text will be displayed. I want the image to be bigger once the maximise button is pressed.
Hi,
I have a box which contains an image and some information in it. I am using AJAX to expand the box, but want the image to get bigger as the box does. Can anyone how this can be done.
Thanks
Hi,
I have the following javascript code, however when updateCal2 is called, Firefox says that FARRetMonth is undefined. As you can see it is defined. Can anyone give me a suggestion
<script>
YAHOO.namespace("example.calendar");
function handleSelect(type,args,obj) {
var dates =...
Hi,
I am a newbie to asp and was wondering what the following line means. I know it is something to do with an array but don't understand what the 0 and 1 does.
<%FLTWriteEndLocation "formitem",0,1%>
Any explaination would be helpful
Thanks
Hi,
I want to add an option below.
<option value="4">4</option>
<form id="test">
<select id="lol">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</form>
This needs to be added using JS can any one help.
Thanks
Rishi
Hi,
I want to remove a value in a select box based dynamically.
<form id="test">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</form>
I want option value 3 removed. Can anyone help on how to do this.
THanks
I have a dynamic dropdown where a list of airports is populate using replacement tags, what I want to do is add a value to say "airport not in list" how can this be done. Here is the code for the dynamic populating:
function checkCollectionMethod() {
if ("(COLLECTION_METHOD)" == "WALKIN")...
Hi,
I have a number of fields that are bought in dynamically based on selection from the previous screen. How do I check to see if a certain form field is on the page or not.
thanks
thanks I have tried that but doesnt seem to work, it is just putting the text over the other text. If i try position:relative then it creates a gap which i don't want.
which display feature do you think is most appropriate.
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.