Hi,
I have a centered table containing assorted divs which make up the layout of a web page. There is no navigation. It's a single page site. Table margins are 20px top and 20 px bottom.
The div at the top of the table is the header for the page. Let's refer to it as the "header". It...
Rethink:
Here is what I would like to do with the javascript:
Given string: "001_001.thumbnail.???" where ??? could be any common image file extension.
Change the filename to
"001_001.??? where ??? is the same extension as the original.
In other words, remove ".thumbnail" but leave the rest...
Thanks for the reply!
I've reworked the code a little. What I need now is a statement to REMOVE the ".thumbnail" from a file name like this:
100_100.thumbnail.jpg
needs to be transformed to this:
100_100.jpg
I know it would be something like this:
newname = oldname.replace(/\.jpg/g...
Hi,
I'm hacking and I'm not a programmer. I have isolated what I need to do though.
I have a variable called filename which contains a value of say "001_001.jpg".
Using javascript, how would I change the value for filename to be "001_001.thumbnail.jpg"?
Once I know this, I think I can add it...
Thanks! That set me on the right path.
Ironically, while researching this today, I determined that Google has already reindexed the entire blog and none of my .aspx pages are listed now!
So, turns out I don't even need to worry with this.
But I've learned something just the same :-)
Thanks much!
Thanks again, but this is a .net server error. I have your page configured correctly now and if I type in the domain and a non-existent page with a .asp extension, I get your 404 error page.
However, if I type in the domain and a non-existent page with a .aspx extension, I get the afore...
Thanks for the assist but something is askew aside from your solution.
Have a look at this link and you'll see the resulting page from my server:
http://www.idleminutes.com/SpringHasSprung.aspx
The link is as it is listed in google.
I want to redirect to...
Hi,
Tried that but it doesn't work for some reason. The server still displays the "Server Error in '/' Application." message with the 404 error following on the same page.
I assume that implies I would need to put the custom error page on the root website??
But, I run a bunch of different...
Hi,
I've redesigned my blog using WordPress which I'm running on a win2k advanced server. The blog was running as .net with .aspx extensions for all the pages. It is now running under PHP.
I have a bunch of pages indexed in the search engines as www.idleminutes.com/thepagename.aspx
When...
Hi,
I have a range consisting of two columns, "start date" and "total".
"Start Date" format is date.
"Total" format is dollars.
The number of rows in the range will vary.
In a cell to the right of the range I need a formula that searches the "Start Date" column for all dates in April and sums...
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.