<p>Hey guys,</p>
<p>First off, THIS IS HIGHLY SPECULATIVE:</p>
<p>But: I’m an awful person and I decided to check the source code for my application status page on the UC Santa Barbara website. When I was looking, I noticed that with the coding for the normal tabs (which looks like this:</p>
<p>var messages<em>out = new Image(70, 17);
var messages</em>over = new Image(70, 17);
messages<em>out.src = “…/applicant/images/sirtabs</em>Messages.gif”;
messages<em>over.src = “…/applicant/images/sirtabs</em>Messages_over.gif”; </p>
<pre><code> var steps_out = new Image(121, 17);
var steps_over = new Image(121, 17);
steps_out.src = “…/applicant/images/sirtabs_Steps.gif”;
steps_over.src = “…/applicant/images/sirtabs_Steps_over.gif”;
</code></pre>
<p>) I found something interesting that’s not shown on the normal page. This shouldn’t be breaking any rules, since it’s out on display for everyone to see (since source code is just a right-click away on any browser, on any computer) BUT:</p>
<p>after those two phrases, I found this:</p>
<p>var waitlist<em>out = new Image(57, 17);<br>
var waitlist</em>over = new Image(57, 17);<br>
waitlist<em>out.src = “…/applicant/images/sirtabs</em>Waitlist.gif”;
waitlist<em>over.src = “…/applicant/images/sirtabs</em>Waitlist_over.gif”;</p>
<p>I’m not sure if it means anything at all, but this image is not yet displayed on the actual website for me. I think I may have just stumbled upon my admissions decision.</p>
<p>If this is breaking any rules, I apologize and I ask a moderator to delete the thread. However, this information was not hidden in any way and I don’t see how it’s any different from something like the Financial Aid trick at NYU.</p>
<p>Again, I’M NOT SURE IF THIS IS THE SAME FOR EVERYONE, but I felt like with the community here being so close and everything that we should share our findings.</p>
<p>PLEASE keep in mind that this is just a hypothesis and I’m not sure that it’s the same for everyone. Thank you!</p>
<p><3 Seren</p>
I’ve never done any coding or anything. If it is/was easy to do, I’ll try it though!</p>