/    Sign up×
Community /Pin to ProfileBookmark

How to change the default "view"

Not sure if this is a CSS or HTML based question, but I was wondering what the code would be for having the page always open in “detail” view instead of always opeing in “tile” view. Upon opening page and selecting “Details” view and then clicking on Tools | Folder Options | View and selecting “Apply to all folders” doesn’t seem to retain it. The next time I click on a link in the html it opens with “tile” view again. Can anyone help? I can’t seem to find anything via google.

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@KDLAMay 16.2007 — Is this a program-specific question?

KDLA
Copy linkTweet thisAlerts:
@WebJoelMay 16.2007 — Sounds as if you want to change the way Shell on a browser view folders and files?
Copy linkTweet thisAlerts:
@TrampleLadauthorMay 17.2007 — No, It is not program-specific. What I did was I created some simple .html's with links so I could copy files from one server to another. When I click on the links to pull up the directories on the source and destination servers it always defaults to "tile" view in the browser, but would like it to default with the "details" view. I was wondering if I could enter a line of code in the .html for it to do that, instead of always having to manually change the 'view'.
Copy linkTweet thisAlerts:
@felgallMay 17.2007 — Depends on how the program is written that generates that web page.
Copy linkTweet thisAlerts:
@TrampleLadauthorMay 17.2007 — It's just a simple .html. This is a portion of what the code looks like minus the server/app specifics:


<html>

<head>

<font size=4><font color=black><b><u><p align=center>([I]app_name[/I])</u></b><br>
<table border="0" cellpadding="0" cellspacing="0" width="400">
<tr><td width="40%" align="center"><a href="file://///[I](server_name)(extended_path)[/I]" target="_blank">Build</a>

</td>

</tr>

</table><br>

<style type="text/css">

<!--

td { font-size: 9pt; }

--->

<!--

p { text-decoration:underline; }

--->

<!--

a { text-decoration:none; }

-->

<!--

a:hover { color=red; text-decoration:underline; }

-->

</style>

</head>



<body>
<body bgcolor=white>
<body link=blue>
<body alink=green>
<body vlink=blue>
<font size=2>





<p><font color=black><b>UAT:</b></font>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr><td width="40%" align="left"><a href="https://[I](server_validation_IP)[/I]" target="_blank">Column 1 [I](server_names)[/I]</a><td width="20%" align="left"><a href="[I](serv_name)(extended_path)[/I]" target="_blank">WAS Console</a><td width="20%" align="left"><a href="file://///[I](serv_name)(extended_path)[/I]" target="_blank">Projects</a>

</td>

</tr>

</table>
×

Success!

Help @TrampleLad spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...