Hi all,
I'm trying to create a javascript breadcrumb trail. Currently, I read the document.location URL and split it on the "/" character, clean it up a bit and output it as a breadcrumb. Nothing hard about that.
Now I want to extend it to include any anchors in the url. ie. if the URL is...
Forgive me, but this was the closest forum I could find to ask questions about visual C++ using Borland C++.
After checking again, the only visual C++ forum seems to be for Microsoft Visual C++, not Borland.
Hi,
I'm fairly new to visual C++ and am trying to graph a vector of values. I think I may have to convert this to an array/series first, but which chart feature should I use, and how do you add coordintes to a graph/chart?
Also, how do you load or update an excel file from within visual C++...
Hi,
I'm trying to write a batch script to resize a load of files, and save each file with its original file name.
How can I tell the script to save each individual file with its original name?? At the moment it just keeps overwriting one file with all the others.
Hiya,
Just thought I'd let you know I just figured it out. Obvious really, just use this function:
<script language="javascript">
function changeheight(divid) {
document.all[divid].style.height=screen.availheight-200;
}
</script>
Simple really.
Richard.
Hiya,
I think that this is all getting too complicated. It was only to save me a bit of time in the future. The site works, it's just a couple of cut and paste jobs that I'd've saved.
Thanks anyway,
Richard.
Hi,
My website needs to fuction on both 800x600 and 1024x768 res screens. I know this is similar to the post below, but it's significantly different.
I have sorted all the widths out with absolute sizes so they fit right. However, the height of the main <DIV> is causing problems.
Currently it...
That's a good idea. The problem is, is that I want to use one colour for text colours on parts of the site, and for backgrounds on other parts.
Although what you suggest would probably help, it would get too complicated to go through every single page of the website adding ID tags where...
Oh, I suppose I could use the "inherit" commands, but due to the way the site is structured, it may not work right.
If there's another way I'd be gratefull.
Richard.
Hi,
On my site, I have CSS sheets with a relatively large amount of classes in them. In a lot of the classes, the colours (for example) are the same.
Is there a way to "reference" another class to set the right colour?? Basically, so I only have to change one colour, and all the...
Hummm.... I've just tried the parenting you suggest, but the pages in the iframe don't "recognise" the new cookie untill the page is refreshed (i.e. F5). A simple reloading of the iframe doesn't work, the whole page/screen must be refreshed.
Putting a reload() function in is a bit...
Yeh, I thought of that, but it doesn't prevent the standard display of input in the console window.
I need a way of being able to "check" each character at the moment it is input, without the user having to press "Enter" after each character.
All this could be solved by...
Hi,
Just a quick question.
If I request the user to enter an integer using a Win32 console (for example), is there a way to prevent any characters other than numbers from being displayed on screen.
Is there a way to disable the entry of specific ASCI characters or something??
I realise there...
Hi,
I wish to be able to allow the user to change the style sheet which the site uses, and make this change work within an IFRAME.
To explain, the site (http://www.civsoc.co.uk/) has a selector to let the user change to an Alternate Style Sheet. This preference is then saved in a cookie, and...
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.